Searched refs:hist_fun_t (Results 1 – 4 of 4) sorted by relevance
43 typedef int (*hist_fun_t)(void *, HistEventW *, int, ...); typedef51 hist_fun_t fun; /* Event access */75 libedit_private int hist_set(EditLine *, hist_fun_t, void *);
234 hist_fun_t fun = va_arg(ap, hist_fun_t); in el_set()
294 hist_fun_t func = va_arg(ap, hist_fun_t); in el_wset()
87 hist_set(EditLine *el, hist_fun_t fun, void *ptr) in hist_set()