Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libedit/
H A Dfilecomplete.h49 char *fn_filename_completion_function(const char *, int);
H A Dfilecomplete.c323 fn_filename_completion_function(const char *text, int state) in fn_filename_completion_function() function
680 complete_func = fn_filename_completion_function; in fn_complete2()
H A Dreadline.c1802 return fn_filename_completion_function(name, state); in filename_completion_function()
2318 return fn_filename_completion_function(text, state); in rl_filename_completion_function()