Searched refs:fn_filename_completion_function (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dfilecomplete.h42 char *fn_filename_completion_function(const char *, int);
H A Dfilecomplete.c157 fn_filename_completion_function(const char *text, int state) function
441 complet_func = fn_filename_completion_function;
H A Dreadline.c1669 return fn_filename_completion_function(name, state);
2160 return fn_filename_completion_function(text, state);
/macosx-10.10/libedit-40/src/
H A Dfilecomplete.h42 char *fn_filename_completion_function(const char *, int);
H A Dfilecomplete.c145 fn_filename_completion_function(const char *text, int state) function
444 complet_func = fn_filename_completion_function;
H A Dreadline.c1702 return fn_filename_completion_function(name, state);
2211 return fn_filename_completion_function(text, state);

Completed in 199 milliseconds