Searched defs:h_curr (Results 1 - 1 of 1) sorted by relevance

/external/libedit/src/
H A Dhistory.c73 history_gfun_t h_curr; /* Get the current element */ local
85 #define HCURR(h, ev) (*(h)->h_curr)((h)->h_ref, ev)
585 h->h_curr = history_def_curr;
691 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL ||
701 h->h_curr = history_def_curr;
718 h->h_curr = nh->h_curr;
1048 hf.h_curr = va_arg(va, history_gfun_t);

Completed in 140 milliseconds