Searched refs:hist_fun_t (Results 1 – 4 of 4) sorted by relevance
46 typedef int (*hist_fun_t)(void *, TYPE(HistEvent) *, int, ...); typedef54 hist_fun_t fun; /* Event access */82 protected int hist_set(EditLine *, hist_fun_t, void *);
243 hist_fun_t fun = va_arg(ap, hist_fun_t); in el_set()
289 hist_fun_t func = va_arg(ap, hist_fun_t); in FUN()
86 hist_set(EditLine *el, hist_fun_t fun, void *ptr) in hist_set()