Home | History | Annotate | Download | only in csh

Lines Matching refs:recognize

81     LIST, RECOGNIZE
99 static int recognize(Char *, Char *, size_t, size_t);
477 * Perform a RECOGNIZE or LIST command on string "word".
529 else { /* RECOGNIZE command */
532 else if (recognize(extended_name,
553 if (command == RECOGNIZE) {
583 recognize(Char *extended_name, Char *entry, size_t name_length, size_t numitems)
662 command = (last_Char == ESC) ? RECOGNIZE : LIST;
679 if (command == RECOGNIZE) {
701 if (command == RECOGNIZE)