Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dhistory.c106 history_gfun_t h_curr; /* Get the current element */ in TYPE() local
118 #define HCURR(h, ev) (*(h)->h_curr)((h)->h_ref, ev)
622 h->h_curr = history_def_curr; in TYPE()
728 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL || in history_set_fun()
738 h->h_curr = history_def_curr; in history_set_fun()
755 h->h_curr = nh->h_curr; in history_set_fun()
1125 hf.h_curr = va_arg(va, history_gfun_t); in FUNW()