Home
last modified time | relevance | path

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

/external/libedit/src/
Dhistory.c62 typedef int (*history_efun_t)(void *, TYPE(HistEvent) *, const Char *); typedef
77 history_efun_t h_enter; /* Add an element */ in TYPE()
78 history_efun_t h_add; /* Append to an element */ in TYPE()
1051 hf.h_enter = va_arg(va, history_efun_t); in FUNW()
1052 hf.h_add = va_arg(va, history_efun_t); in FUNW()