Home
last modified time | relevance | path

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

/external/libedit/src/
Dhistory.c64 typedef int (*history_sfun_t)(void *, TYPE(HistEvent) *, const int); typedef
74 history_sfun_t h_set; /* Set the current element */ in TYPE()
75 history_sfun_t h_del; /* Set the given element */ in TYPE()
1049 hf.h_set = va_arg(va, history_sfun_t); in FUNW()
1053 hf.h_del = va_arg(va, history_sfun_t); in FUNW()