Lines Matching refs:tqe_prev
390 struct type **tqe_prev; /* address of previous next element */ \
403 (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))
427 (head)->tqh_first->field.tqe_prev = \
432 (elm)->field.tqe_prev = &(head)->tqh_first; \
437 (elm)->field.tqe_prev = (head)->tqh_last; \
444 (elm)->field.tqe_next->field.tqe_prev = \
449 (elm)->field.tqe_prev = &(listelm)->field.tqe_next; \
453 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
455 *(listelm)->field.tqe_prev = (elm); \
456 (listelm)->field.tqe_prev = &(elm)->field.tqe_next; \
461 (elm)->field.tqe_next->field.tqe_prev = \
462 (elm)->field.tqe_prev; \
464 (head)->tqh_last = (elm)->field.tqe_prev; \
465 *(elm)->field.tqe_prev = (elm)->field.tqe_next; \
470 (elm2)->field.tqe_next->field.tqe_prev = \
474 (elm2)->field.tqe_prev = (elm)->field.tqe_prev; \
475 *(elm2)->field.tqe_prev = (elm2); \