Lines Matching refs:tqe_prev
71 struct type **tqe_prev; /* address of previous next element */ \
84 (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))
108 (head)->tqh_first->field.tqe_prev = \
113 (elm)->field.tqe_prev = &(head)->tqh_first; \
118 (elm)->field.tqe_prev = (head)->tqh_last; \
125 (elm)->field.tqe_next->field.tqe_prev = \
130 (elm)->field.tqe_prev = &(listelm)->field.tqe_next; \
134 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
136 *(listelm)->field.tqe_prev = (elm); \
137 (listelm)->field.tqe_prev = &(elm)->field.tqe_next; \
142 (elm)->field.tqe_next->field.tqe_prev = \
143 (elm)->field.tqe_prev; \
145 (head)->tqh_last = (elm)->field.tqe_prev; \
146 *(elm)->field.tqe_prev = (elm)->field.tqe_next; \
151 (elm2)->field.tqe_next->field.tqe_prev = \
155 (elm2)->field.tqe_prev = (elm)->field.tqe_prev; \
156 *(elm2)->field.tqe_prev = (elm2); \