Home
last modified time | relevance | path

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

/src/contrib/libedit/
H A Dmap.h79 libedit_private int map_addfunc(EditLine *, const wchar_t *, const wchar_t *,
H A Deln.c228 ret = map_addfunc(el, wargv[0], wargv[1], func); in el_set()
H A Del.c291 rv = map_addfunc(el, name, help, func); in el_wset()
H A Dmap.c1439 map_addfunc(EditLine *el, const wchar_t *name, const wchar_t *help, in map_addfunc() function