Lines Matching full:tail
37 * lists, simple queues, tail queues, and circular queues.
57 * list and the other to the tail of the list. The elements are singly
63 * A tail queue is headed by a pair of pointers, one to the head of the
64 * list and the other to the tail of the list. The elements are doubly
68 * the list. A tail queue may be traversed in either direction.
71 * list and the other to the tail of the list. The elements are doubly
209 * Singly-linked Tail queue declarations.
226 * Singly-linked Tail queue functions.
275 * Singly-linked Tail queue access methods.
357 * Tail queue definitions.
377 * Tail queue functions.
438 * Tail queue access methods.