HomeSort by: relevance | last modified time | path
    Searched defs:single_match (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/
filecomplete.c 195 escape_filename(EditLine * el, const char *filename, int single_match,
252 if (single_match && app_func)
294 if (single_match && app_func) {
306 if (single_match && (append_char && append_char[0] == ' ')) {
722 int single_match = matches[2] == NULL && local in function:fn_complete2
731 single_match, app_func);
744 if (single_match && attempted_completion_function &&
760 if (!single_match && (what_to_do == '!' || what_to_do == '?')) {
filecomplete.c 195 escape_filename(EditLine * el, const char *filename, int single_match,
252 if (single_match && app_func)
294 if (single_match && app_func) {
306 if (single_match && (append_char && append_char[0] == ' ')) {
722 int single_match = matches[2] == NULL && local in function:fn_complete2
731 single_match, app_func);
744 if (single_match && attempted_completion_function &&
760 if (!single_match && (what_to_do == '!' || what_to_do == '?')) {

Completed in 23 milliseconds