Home | History | Annotate | Download | only in libedit

Lines Matching defs:h_next

104 	history_gfun_t h_next;	/* Get the next element		 */
115 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev)
619 h->h_next = history_def_next;
642 if (h->h_next == history_def_next)
657 if (h->h_next != history_def_next) {
676 if (h->h_next != history_def_next) {
696 if (h->h_next != history_def_next) {
711 if (h->h_next != history_def_next) {
728 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
732 if (h->h_next != history_def_next) {
736 h->h_next = history_def_next;
748 if (h->h_next == history_def_next)
753 h->h_next = nh->h_next;
1050 case H_NEXT:
1125 hf.h_next = va_arg(va, history_gfun_t);