Searched refs:tqe_prev (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dtailq.h71 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
[all...]
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dqueue.h143 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
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-queue.h137 struct type **tqe_prev; /* address of previous next element */ \
150 (elm)->field.tqe_next->field.tqe_prev = \
155 (elm)->field.tqe_prev = &(head)->tqh_first; \
160 (elm)->field.tqe_prev = (head)->tqh_last; \
167 (elm)->field.tqe_next->field.tqe_prev = \
172 (elm)->field.tqe_prev = &(listelm)->field.tqe_next; \
177 (elm)->field.tqe_next->field.tqe_prev = \
178 (elm)->field.tqe_prev; \
180 (head)->tqh_last = (elm)->field.tqe_prev; \
181 *(elm)->field.tqe_prev
[all...]
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h266 struct __db_env **tqe_prev; member in struct:__db_env::__anon115
497 struct __dbc **tqe_prev; member in struct:__dbc::__anon119

Completed in 273 milliseconds