Home
last modified time | relevance | path

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

/netbsd/lib/libedit/
H A Dmap.h43 typedef el_action_t (*el_func_t)(EditLine *, wint_t); typedef
60 el_func_t *func; /* List of available functions */
77 el_func_t);
H A Deln.c215 el_func_t func; in el_set()
220 func = va_arg(ap, el_func_t); in el_set()
H A Del.c286 el_func_t func = va_arg(ap, el_func_t); in el_wset()
H A Dmap.c1404 el_func_t func) in map_addfunc()