Home
last modified time | relevance | path

Searched refs:_el_fn_complete (Results 1 – 3 of 3) sorted by relevance

/netbsd/lib/libedit/
H A Dhistedit.h115 unsigned char _el_fn_complete(EditLine *, int);
H A Dfilecomplete.c848 _el_fn_complete(EditLine *el, int ch __attribute__((__unused__))) in _el_fn_complete() function
862 return _el_fn_complete(el, ch); in _el_fn_sh_complete()
/netbsd/bin/csh/
H A Dset.c577 "ReadLine compatible completion function", _el_fn_complete); in updateediting()