Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dfilecomplete.c195 escape_filename(EditLine * el, const char *filename, int single_match, in escape_filename() argument
252 if (single_match && app_func) in escape_filename()
294 if (single_match && app_func) { in escape_filename()
306 if (single_match && (append_char && append_char[0] == ' ')) { in escape_filename()
722 int single_match = matches[2] == NULL && in fn_complete2() local
731 single_match, app_func); in fn_complete2()
744 if (single_match && attempted_completion_function && in fn_complete2()
760 if (!single_match && (what_to_do == '!' || what_to_do == '?')) { in fn_complete2()