stqh_last 173 libdb/queue.h struct type **stqh_last;/* addr of last next element */ \ stqh_last 191 libdb/queue.h (head)->stqh_last = &(head)->stqh_first; \ stqh_last 200 libdb/queue.h ((char *)((head)->stqh_last) - __offsetof(struct type, field)))) stqh_last 207 libdb/queue.h (head)->stqh_last = &(elm)->field.stqe_next; \ stqh_last 213 libdb/queue.h *(head)->stqh_last = (elm); \ stqh_last 214 libdb/queue.h (head)->stqh_last = &(elm)->field.stqe_next; \ stqh_last 219 libdb/queue.h (head)->stqh_last = &(elm)->field.stqe_next; \ stqh_last 228 libdb/queue.h (head)->stqh_last = &(head)->stqh_first; \ stqh_last 233 libdb/queue.h (head)->stqh_last = &(head)->stqh_first; \ stqh_last 246 libdb/queue.h (head)->stqh_last = &(curelm)->field.stqe_next; \