Lines Matching refs:h_next
70 history_gfun_t h_next; /* Get the next element */
81 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev)
581 h->h_next = history_def_next;
604 if (h->h_next == history_def_next)
619 if (h->h_next != history_def_next) {
638 if (h->h_next != history_def_next) {
658 if (h->h_next != history_def_next) {
673 if (h->h_next != history_def_next) {
690 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
694 if (h->h_next != history_def_next) {
698 h->h_next = history_def_next;
710 if (h->h_next == history_def_next)
715 h->h_next = nh->h_next;
1045 hf.h_next = va_arg(va, history_gfun_t);