Searched refs:hist_fun_t (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhist.h46 typedef int (*hist_fun_t)(ptr_t, HistEvent *, int, ...); typedef
54 hist_fun_t fun; /* Event access */
73 protected int hist_set(EditLine *, hist_fun_t, ptr_t);
H A Del.c228 hist_fun_t func = va_arg(va, hist_fun_t);
380 hist_fun_t func = va_arg(va, hist_fun_t);
H A Dhist.c79 hist_set(EditLine *el, hist_fun_t fun, ptr_t ptr)
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhist.h45 typedef int (*hist_fun_t)(ptr_t, TYPE(HistEvent) *, int, ...); typedef
53 hist_fun_t fun; /* Event access */
80 protected int hist_set(EditLine *, hist_fun_t, ptr_t);
H A Deln.c216 case EL_HIST: { /* hist_fun_t, const char * */
217 hist_fun_t fun = va_arg(ap, hist_fun_t);
H A Del.c276 hist_fun_t func = va_arg(ap, hist_fun_t);
H A Dhist.c84 hist_set(EditLine *el, hist_fun_t fun, ptr_t ptr)
/macosx-10.10/libedit-40/src/
H A 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 *);
H A Deln.c224 case EL_HIST: { /* hist_fun_t, const char * */
225 hist_fun_t fun = va_arg(ap, hist_fun_t);
H A Del.c279 hist_fun_t func = va_arg(ap, hist_fun_t);
H A Dhist.c84 hist_set(EditLine *el, hist_fun_t fun, void *ptr)

Completed in 172 milliseconds