Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dhistory.c104 history_gfun_t h_last; /* Get the last element */ in TYPE() local
117 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
620 h->h_last = history_def_last; in TYPE()
727 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun()
736 h->h_last = history_def_last; in history_set_fun()
753 h->h_last = nh->h_last; in history_set_fun()
1123 hf.h_last = va_arg(va, history_gfun_t); in FUNW()