Searched refs:hist_fun_t (Results 1 – 4 of 4) sorted by relevance
45 typedef int (*hist_fun_t)(void *, TYPE(HistEvent) *, int, ...); typedef53 hist_fun_t fun; /* Event access */80 protected int hist_set(EditLine *, hist_fun_t, void *);
217 hist_fun_t fun = va_arg(ap, hist_fun_t); in el_set()
307 hist_fun_t func = va_arg(ap, hist_fun_t); in FUN()
84 hist_set(EditLine *el, hist_fun_t fun, void *ptr) in hist_set()