Home
last modified time | relevance | path

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

/external/libedit/src/
Dhistory.c61 typedef int (*history_gfun_t)(void *, TYPE(HistEvent) *); typedef
69 history_gfun_t h_first; /* Get the first element */ in TYPE()
70 history_gfun_t h_next; /* Get the next element */ in TYPE()
71 history_gfun_t h_last; /* Get the last element */ in TYPE()
72 history_gfun_t h_prev; /* Get the previous element */ in TYPE()
73 history_gfun_t h_curr; /* Get the current element */ in TYPE()
1044 hf.h_first = va_arg(va, history_gfun_t); in FUNW()
1045 hf.h_next = va_arg(va, history_gfun_t); in FUNW()
1046 hf.h_last = va_arg(va, history_gfun_t); in FUNW()
1047 hf.h_prev = va_arg(va, history_gfun_t); in FUNW()
[all …]