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

  /src/lib/libedit/
filecomplete.c 649 * 'what_to_do' says what to do with the completion.
673 int what_to_do = '\t'; local in function:fn_complete2
678 what_to_do = '?';
682 *completion_type = what_to_do;
760 if (!single_match && (what_to_do == '!' || what_to_do == '?')) {
filecomplete.c 649 * 'what_to_do' says what to do with the completion.
673 int what_to_do = '\t'; local in function:fn_complete2
678 what_to_do = '?';
682 *completion_type = what_to_do;
760 if (!single_match && (what_to_do == '!' || what_to_do == '?')) {

Completed in 27 milliseconds