Home | History | Annotate | Download | only in csh

Lines Matching defs:COMMAND

82 }       COMMAND;
98 static size_t tsearch(Char *, COMMAND, size_t);
477 * Perform a RECOGNIZE or LIST command on string "word".
480 tsearch(Char *word, COMMAND command, size_t max_word_length)
519 if (command == LIST) {
529 else { /* RECOGNIZE command */
553 if (command == RECOGNIZE) {
654 COMMAND command;
662 command = (last_Char == ESC) ? RECOGNIZE : LIST;
663 if (command == LIST)
677 numitems = tsearch(word_start, command, space_left);
679 if (command == RECOGNIZE) {
696 if (command == LIST) /* Always retype after a LIST */
701 if (command == RECOGNIZE)