Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dhistory.c107 history_gfun_t h_last; /* Get the last element */ in TYPE() local
120 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
623 h->h_last = history_def_last; in TYPE()
730 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun()
739 h->h_last = history_def_last; in history_set_fun()
756 h->h_last = nh->h_last; in history_set_fun()
1126 hf.h_last = va_arg(va, history_gfun_t); in FUNW()