Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dchared.h151 libedit_private int ch_aliasfun(EditLine *, el_afunc_t, void *);
H A Deln.c132 ret = ch_aliasfun(el, p, arg); in el_set()
H A Del.c230 rv = ch_aliasfun(el, p, arg); in el_wset()
H A Dchared.c805 ch_aliasfun(EditLine *el, el_afunc_t f, void *a) in ch_aliasfun() function