Home
last modified time | relevance | path

Searched refs:RECOGNIZE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.file.c56 LIST, RECOGNIZE enumerator
570 if (command == RECOGNIZE) { in tsearch()
707 command = (last_Char == ESC) ? RECOGNIZE : LIST; in tenex()
724 if (command == RECOGNIZE) { in tenex()
H A Dtw.h84 LIST, LIST_ALL, RECOGNIZE, RECOGNIZE_ALL, RECOGNIZE_SCROLL, enumerator
H A Dtw.parse.c253 (command == RECOGNIZE || command == LIST || command == SPELL || in tenematch()
273 case RECOGNIZE: in tenematch()
1088 case RECOGNIZE: in tw_collect_items()
1163 if (command == RECOGNIZE || command == RECOGNIZE_ALL || in tw_collect_items()
1697 if (command == RECOGNIZE) in t_search()
1700 if (command != RECOGNIZE) in t_search()
1781 case RECOGNIZE: in t_search()
H A Ded.inputl.c361 fn = RECOGNIZE; in Inputl()
938 tmatch = tenematch(InputBuf, Cursor - InputBuf, RECOGNIZE); in CompleteLine()