Home
last modified time | relevance | path

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

/netbsd/lib/libedit/
H A Dfilecomplete.h34 int fn_complete(EditLine *,
H A Dfilecomplete.c830 fn_complete(EditLine *el, in fn_complete() function
850 return (unsigned char)fn_complete(el, NULL, NULL, in _el_fn_complete()
/netbsd/lib/libedit/TEST/
H A Dtest_filecompletion.c540 fn_complete(el, mycomplet_func, NULL, break_chars, NULL, NULL, 10, NULL, NULL, NULL, NULL); in main()