Lines Matching full:element
40 * added to the list after an existing element or at the head of the list.
51 * to the list after an existing element, at the head of the list, or at the
60 * so that an arbitrary element can be removed without a need to
62 * or after an existing element or at the head of the list. A list
67 * linked so that an arbitrary element can be removed without a need to
69 * after an existing element, at the head of the list, or at the end of
74 * linked so that an arbitrary element can be removed without a need to
76 * an existing element, at the head of the list, or at the end of the list.
109 struct type *slh_first; /* first element */ \
117 struct type *sle_next; /* next element */ \
170 struct type *stqh_first;/* first element */ \
171 struct type **stqh_last;/* addr of last next element */ \
179 struct type *stqe_next; /* next element */ \
251 struct type *lh_first; /* first element */ \
259 struct type *le_next; /* next element */ \
260 struct type **le_prev; /* address of previous next element */ \
316 struct type *tqh_first; /* first element */ \
317 struct type **tqh_last; /* addr of last next element */ \
325 struct type *tqe_next; /* next element */ \
326 struct type **tqe_prev; /* address of previous next element */ \
407 struct type *cqh_first; /* first element */ \
408 struct type *cqh_last; /* last element */ \
416 struct type *cqe_next; /* next element */ \
417 struct type *cqe_prev; /* previous element */ \