stqh_last         179 libdb/queue.h  	struct type **stqh_last;/**< addr of last next element */		\
stqh_last         199 libdb/queue.h  	(head)->stqh_last = &(head)->stqh_first;			\
stqh_last         208 libdb/queue.h  		((char *)((head)->stqh_last) - __offsetof(struct type, field))))
stqh_last         215 libdb/queue.h  		(head)->stqh_last = &(elm)->field.stqe_next;		\
stqh_last         221 libdb/queue.h  	*(head)->stqh_last = (elm);					\
stqh_last         222 libdb/queue.h  	(head)->stqh_last = &(elm)->field.stqe_next;			\
stqh_last         227 libdb/queue.h  		(head)->stqh_last = &(elm)->field.stqe_next;		\
stqh_last         236 libdb/queue.h  		(head)->stqh_last = &(head)->stqh_first;		\
stqh_last         241 libdb/queue.h  		(head)->stqh_last = &(head)->stqh_first;		\
stqh_last         254 libdb/queue.h  			(head)->stqh_last = &(curelm)->field.stqe_next;	\
stqh_last         132 libparser/parser.c 	struct plugin_entry **stqh_last; /**< addr of last next element */