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