tqh_last 332 libdb/queue.h struct type **tqh_last; /**< addr of last next element */ \ tqh_last 362 libdb/queue.h (*(((struct headname *)((head)->tqh_last))->tqh_last)) tqh_last 367 libdb/queue.h (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last)) tqh_last 371 libdb/queue.h (head)->tqh_last = &(head)->tqh_first; \ tqh_last 379 libdb/queue.h (head)->tqh_last = &(elm)->field.tqe_next; \ tqh_last 386 libdb/queue.h (elm)->field.tqe_prev = (head)->tqh_last; \ tqh_last 387 libdb/queue.h *(head)->tqh_last = (elm); \ tqh_last 388 libdb/queue.h (head)->tqh_last = &(elm)->field.tqe_next; \ tqh_last 396 libdb/queue.h (head)->tqh_last = &(elm)->field.tqe_next; \ tqh_last 413 libdb/queue.h (head)->tqh_last = (elm)->field.tqe_prev; \