Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dfilecomplete.h39 int fn_complete2(EditLine *,
H A Dfilecomplete.c660 fn_complete2(EditLine *el, in fn_complete2() function
837 return fn_complete2(el, complete_func, attempted_completion_function, in fn_complete()
/freebsd/bin/sh/
H A Dhistedit.c772 return (unsigned char)fn_complete2(sel, NULL, sh_matches, in sh_complete()