List manipulation functions

Function Description
csdlls Delete a list.
csdsst Disable statistics collection for a list.
csenst Enable statistics collection for a list.
csfsls Get a pointer to the first entity in a list.
csgpls Remove an entity from a list by pointer.
csgtls Remove an entity from a list by number.
csinls Determine whether an entity is in a list.
cslsls Get a pointer to the last entity in a list.
csmkls Create and initialize a list with statistics.
CSMXLS Create and initialize a list without statistics.
csnxls Get a pointer to the next entity in a list.
cspfls Place an entity into a list after another entity.
cspols Place an entity into a list using a specified ordering.
csppls Place an entity into a list before another entity.
csprls Get a pointer to the previous entity in a list.
csptls Place an entity into a list using the list’s ordering.
cssols Sort a list.
csssls Get a pointer to the time-persistent statistics for a list.
csszls Get the current size of a list.
cswsls Get a pointer to the observed statistics for a list.