tqh_last          319 libdb/queue.h  	struct type **tqh_last;	/* addr of last next element */		\
tqh_last          347 libdb/queue.h  	(*(((struct headname *)((head)->tqh_last))->tqh_last))
tqh_last          352 libdb/queue.h  	(*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))
tqh_last          356 libdb/queue.h  	(head)->tqh_last = &(head)->tqh_first;				\
tqh_last          364 libdb/queue.h  		(head)->tqh_last = &(elm)->field.tqe_next;		\
tqh_last          371 libdb/queue.h  	(elm)->field.tqe_prev = (head)->tqh_last;			\
tqh_last          372 libdb/queue.h  	*(head)->tqh_last = (elm);					\
tqh_last          373 libdb/queue.h  	(head)->tqh_last = &(elm)->field.tqe_next;			\
tqh_last          381 libdb/queue.h  		(head)->tqh_last = &(elm)->field.tqe_next;		\
tqh_last          398 libdb/queue.h  		(head)->tqh_last = (elm)->field.tqe_prev;		\