Lines Matching refs:tqe_prev
434 type **tqe_prev; /* address of previous next element */\
444 (head)->tqh_first->field.tqe_prev != &(head)->tqh_first) \
453 (elm)->field.tqe_next->field.tqe_prev != \
457 if (*(elm)->field.tqe_prev != (elm)) \
467 (elm)->field.tqe_prev = (void *)1L;
485 (head)->tqh_first->field.tqe_prev = \
490 (elm)->field.tqe_prev = &(head)->tqh_first; \
497 (elm)->field.tqe_prev = (head)->tqh_last; \
506 (elm)->field.tqe_next->field.tqe_prev = \
511 (elm)->field.tqe_prev = &(listelm)->field.tqe_next; \
517 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
519 *(listelm)->field.tqe_prev = (elm); \
520 (listelm)->field.tqe_prev = &(elm)->field.tqe_next; \
528 (elm)->field.tqe_next->field.tqe_prev = \
529 (elm)->field.tqe_prev; \
531 (head)->tqh_last = (elm)->field.tqe_prev; \
532 *(elm)->field.tqe_prev = (elm)->field.tqe_next; \
546 (*(((struct headname *)((var)->field.tqe_prev))->tqh_last)))
558 (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))