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

/freebsd-10.2-release/lib/libedit/
H A Dhistory.c66 history_gfun_t h_last; /* Get the last element */ member in struct:history
79 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
575 h->h_last = history_def_last;
682 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
690 h->h_last = history_def_last;
707 h->h_last = nh->h_last;
1049 hf.h_last = va_arg(va, history_gfun_t);

Completed in 74 milliseconds