Searched defs:aplist_insert (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dalist.c45 * aplist_insert() Insert a pointer into an APlist at the specified index
54 * datap [alist_insert / aplist_insert] - Pointer to item data, or
58 * ptr [aplist_insert] - Pointer to be inserted.
65 * idx [alist_insert / aplist_insert] - Index at which to insert the
81 * If a pointer list (aplist_insert), then the pointer
85 * If the list contains arbitrary data (not aplist_insert): If datap
188 aplist_insert(APlist **lpp, const void *ptr, Aliste init_arritems, Aliste idx) function
264 return (aplist_insert(lpp, ptr, init_arritems, ndx));
398 * lpp, ptr - As per aplist_insert().
399 * init_arritems - As per aplist_insert() i
[all...]

Completed in 56 milliseconds