Home | Sort by: relevance | last modified time | path |
/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); |