Home
last modified time | relevance | path

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

/external/libedit/src/
Dhist.h45 typedef int (*hist_fun_t)(void *, TYPE(HistEvent) *, int, ...); typedef
53 hist_fun_t fun; /* Event access */
80 protected int hist_set(EditLine *, hist_fun_t, void *);
Deln.c217 hist_fun_t fun = va_arg(ap, hist_fun_t); in el_set()
Del.c307 hist_fun_t func = va_arg(ap, hist_fun_t); in FUN()
Dhist.c84 hist_set(EditLine *el, hist_fun_t fun, void *ptr) in hist_set()