Home
last modified time | relevance | path

Searched refs:h_first (Results 1 – 1 of 1) sorted by relevance

/src/contrib/libedit/
H A Dhistory.c103 history_gfun_t h_first; /* Get the first element */ in TYPE() local
116 #define HFIRST(h, ev) (*(h)->h_first)((h)->h_ref, ev)
620 h->h_first = history_def_first; in TYPE()
728 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun()
735 h->h_first = history_def_first; in history_set_fun()
752 h->h_first = nh->h_first; in history_set_fun()
1124 hf.h_first = va_arg(va, history_gfun_t); in history()