Home
last modified time | relevance | path

Searched refs:history_vfun_t (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libedit/
H A Dhistory.c96 typedef void (*history_vfun_t)(void *, TYPE(HistEvent) *); typedef
109 history_vfun_t h_clear; /* Clear the history list */ in TYPE()
1127 hf.h_clear = va_arg(va, history_vfun_t); in FUNW()