Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dhistory.c102 history_gfun_t h_first; /* Get the first element */ in TYPE() local
115 #define HFIRST(h, ev) (*(h)->h_first)((h)->h_ref, ev)
619 h->h_first = history_def_first; in TYPE()
727 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun()
734 h->h_first = history_def_first; in history_set_fun()
751 h->h_first = nh->h_first; in history_set_fun()
1121 hf.h_first = va_arg(va, history_gfun_t); in FUNW()