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

  /src/lib/libedit/
history.c 97 typedef void (*history_vfun_t)(void *, TYPE(HistEvent) *); typedef in typeref:typename:void (*)(void *,TYPE (HistEvent)*)
110 history_vfun_t h_clear; /* Clear the history list */
1130 hf.h_clear = va_arg(va, history_vfun_t);
history.c 97 typedef void (*history_vfun_t)(void *, TYPE(HistEvent) *); typedef in typeref:typename:void (*)(void *,TYPE (HistEvent)*)
110 history_vfun_t h_clear; /* Clear the history list */
1130 hf.h_clear = va_arg(va, history_vfun_t);

Completed in 26 milliseconds