HomeSort by relevance Sort by last modified time
    Searched refs:hist_fun_t (Results 1 - 4 of 4) sorted by null

  /external/libedit/src/
hist.h 45 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 *);
eln.c 216 case EL_HIST: { /* hist_fun_t, const char * */
217 hist_fun_t fun = va_arg(ap, hist_fun_t);
el.c 307 hist_fun_t func = va_arg(ap, hist_fun_t);
hist.c 84 hist_set(EditLine *el, hist_fun_t fun, void *ptr)

Completed in 66 milliseconds