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

/macosx-10.9.5/Heimdal-323.92.1/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.9.5/libedit-39/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 140 milliseconds