HomeSort by: relevance | last modified time | path
    Searched defs:hist_fun_t (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libedit/
hist.h 43 typedef int (*hist_fun_t)(void *, HistEventW *, int, ...); typedef in typeref:typename:int (*)(void *,HistEventW *,int,...)
51 hist_fun_t fun; /* Event access */
75 libedit_private int hist_set(EditLine *, hist_fun_t, void *);

Completed in 12 milliseconds