Lines Matching refs:le_prev
254 struct type **le_prev; /* address of previous next element */ \
279 (listelm)->field.le_next->field.le_prev = \
282 (elm)->field.le_prev = &(listelm)->field.le_next; \
286 (elm)->field.le_prev = (listelm)->field.le_prev; \
288 *(listelm)->field.le_prev = (elm); \
289 (listelm)->field.le_prev = &(elm)->field.le_next; \
294 (head)->lh_first->field.le_prev = &(elm)->field.le_next;\
296 (elm)->field.le_prev = &(head)->lh_first; \
301 (elm)->field.le_next->field.le_prev = \
302 (elm)->field.le_prev; \
303 *(elm)->field.le_prev = (elm)->field.le_next; \
308 (elm2)->field.le_next->field.le_prev = \
310 (elm2)->field.le_prev = (elm)->field.le_prev; \
311 *(elm2)->field.le_prev = (elm2); \