HomeSort by: relevance | last modified time | path
    Searched refs:fn_filename_completion_function (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libedit/
filecomplete.h 49 char *fn_filename_completion_function(const char *, int);
readline.c 1873 return fn_filename_completion_function(name, state);
2458 return fn_filename_completion_function(text, state);
filecomplete.c 325 fn_filename_completion_function(const char *text, int state) function
685 complete_func = fn_filename_completion_function;

Completed in 14 milliseconds