Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libedit/
H A Dfilecomplete.h47 char *fn_filename_completion_function(const char *, int);
H A Dfilecomplete.c144 fn_filename_completion_function(const char *text, int state) in fn_filename_completion_function() function
441 complet_func = fn_filename_completion_function; in fn_complete()
H A Dreadline.c1722 return fn_filename_completion_function(name, state); in filename_completion_function()
2235 return fn_filename_completion_function(text, state); in rl_filename_completion_function()