Lines Matching refs:tqe_prev
143 struct type **tqe_prev; /* address of previous next element */ \
160 (head)->tqh_first->field.tqe_prev = \
165 (elm)->field.tqe_prev = &(head)->tqh_first; \
170 (elm)->field.tqe_prev = (head)->tqh_last; \
177 (elm)->field.tqe_next->field.tqe_prev = \
182 (elm)->field.tqe_prev = &(listelm)->field.tqe_next; \
186 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
188 *(listelm)->field.tqe_prev = (elm); \
189 (listelm)->field.tqe_prev = &(elm)->field.tqe_next; \
194 (elm)->field.tqe_next->field.tqe_prev = \
195 (elm)->field.tqe_prev; \
197 (head)->tqh_last = (elm)->field.tqe_prev; \
198 *(elm)->field.tqe_prev = (elm)->field.tqe_next; \