Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dhist.h43 typedef int (*hist_fun_t)(void *, HistEventW *, int, ...); typedef
51 hist_fun_t fun; /* Event access */
75 libedit_private int hist_set(EditLine *, hist_fun_t, void *);
H A Deln.c234 hist_fun_t fun = va_arg(ap, hist_fun_t); in el_set()
H A Del.c317 hist_fun_t func = va_arg(ap, hist_fun_t); in el_wset()
H A Dhist.c87 hist_set(EditLine *el, hist_fun_t fun, void *ptr) in hist_set()