Lines Matching refs:le_prev
88 struct type **le_prev; /* address of previous next element */ \
104 (listelm)->field.le_next->field.le_prev = \
107 (elm)->field.le_prev = &(listelm)->field.le_next; \
111 (elm)->field.le_prev = (listelm)->field.le_prev; \
113 *(listelm)->field.le_prev = (elm); \
114 (listelm)->field.le_prev = &(elm)->field.le_next; \
119 (head)->lh_first->field.le_prev = &(elm)->field.le_next;\
121 (elm)->field.le_prev = &(head)->lh_first; \
126 (elm)->field.le_next->field.le_prev = \
127 (elm)->field.le_prev; \
128 *(elm)->field.le_prev = (elm)->field.le_next; \