Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
HDmap.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);
HDeln.c215 el_func_t func; in el_set()
220 func = va_arg(ap, el_func_t); in el_set()
HDel.c309 el_func_t func = va_arg(ap, el_func_t); in el_wset()
HDmap.c1401 el_func_t func) in map_addfunc()