Lines Matching refs:le_prev
107 struct type **le_prev; /* address of previous next element */ \
116 (head)->lh_first->field.le_prev != &(head)->lh_first) \
120 (elm)->field.le_next->field.le_prev != \
123 if (*(elm)->field.le_prev != (elm)) \
127 (elm)->field.le_prev = (void *)1L;
142 (listelm)->field.le_next->field.le_prev = \
145 (elm)->field.le_prev = &(listelm)->field.le_next; \
151 (elm)->field.le_prev = (listelm)->field.le_prev; \
153 *(listelm)->field.le_prev = (elm); \
154 (listelm)->field.le_prev = &(elm)->field.le_next; \
161 (head)->lh_first->field.le_prev = &(elm)->field.le_next;\
163 (elm)->field.le_prev = &(head)->lh_first; \
170 (elm)->field.le_next->field.le_prev = \
171 (elm)->field.le_prev; \
172 *(elm)->field.le_prev = (elm)->field.le_next; \