Searched defs:what_to_do (Results 1 - 1 of 1) sorted by relevance

/external/libedit/src/
H A Dfilecomplete.c398 * 'what_to_do' says what to do with the completion.
421 int what_to_do = '\t'; local
425 what_to_do = '?';
429 *completion_type = what_to_do;
486 if (what_to_do == '?')
498 } else if (what_to_do == '!') {

Completed in 57 milliseconds