Lines Matching refs:tqe_prev
287 struct type **tqe_prev; /* address of previous next element */ \
300 (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))
324 (head)->tqh_first->field.tqe_prev = \
329 (elm)->field.tqe_prev = &(head)->tqh_first; \
334 (elm)->field.tqe_prev = (head)->tqh_last; \
341 (elm)->field.tqe_next->field.tqe_prev = \
346 (elm)->field.tqe_prev = &(listelm)->field.tqe_next; \
350 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
352 *(listelm)->field.tqe_prev = (elm); \
353 (listelm)->field.tqe_prev = &(elm)->field.tqe_next; \
358 (elm)->field.tqe_next->field.tqe_prev = \
359 (elm)->field.tqe_prev; \
361 (head)->tqh_last = (elm)->field.tqe_prev; \
362 *(elm)->field.tqe_prev = (elm)->field.tqe_next; \
367 (elm2)->field.tqe_next->field.tqe_prev = \
371 (elm2)->field.tqe_prev = (elm)->field.tqe_prev; \
372 *(elm2)->field.tqe_prev = (elm2); \