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

/illumos-gate/usr/src/cmd/sgs/include/
H A Dalist.h26 * Define an Alist, a list maintained as a reallocable array, and a for() loop
43 * An Alist implements array lists. The functionality is similar to
44 * that of a linked list. However, an Alist is represented by a single
53 * Alist - Contain arbitrary data, usually structs.
77 * length, so the Alist module cannot prevent the caller from
94 * Alist is used to hold non-pointer items --- usually structs:
106 * requirement to have an even # of Alist fields (above).
109 * index, or by their byte offset from the start of the Alist memory
120 } Alist; typedef in typeref:struct:__anon1543
123 * APlist is a variant of Alist tha
[all...]

Completed in 104 milliseconds