HomeSort by: relevance | last modified time | path
    Searched refs:el_func_t (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libedit/
map.h 43 typedef el_action_t (*el_func_t)(EditLine *, wint_t); typedef in typeref:typename:el_action_t (*)(EditLine *,wint_t)
60 el_func_t *func; /* List of available functions */
77 el_func_t);
eln.c 212 /* XXX: do we need to change el_func_t too? */
213 case EL_ADDFN: { /* const char *, const char *, el_func_t */
215 el_func_t func;
220 func = va_arg(ap, el_func_t);
el.c 285 el_func_t func = va_arg(ap, el_func_t);
map.c 1403 el_func_t func)

Completed in 14 milliseconds