Searched refs:SPELL (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | tw.h | 85 PRINT_HELP, SPELL, GLOB, GLOB_EXPAND, VARS_EXPAND, PATH_NORMALIZE, enumerator
|
H A D | tw.parse.c | 253 (command == RECOGNIZE || command == LIST || command == SPELL || in tenematch() 336 case SPELL: { in tenematch() 971 || (Strcmp(*cp, STRcorrect) == 0 && command == SPELL) in tw_collect_items() 972 || (Strcmp(*cp, STRcomplete) == 0 && command != SPELL)) { in tw_collect_items() 1044 case SPELL: /* correct the spelling of the last bit */ in tw_collect_items() 1220 if (command == SPELL) in tw_collect_items() 1748 if (command == SPELL && xgetpwnam(short2str(user_name)) != NULL) { in t_search() 1813 case SPELL: in t_search() 1952 if (cmd == SPELL || SearchNoDirErr) { in expand_dir()
|
H A D | tw.spell.c | 76 retval = t_search(&guess, SPELL, in spell_me()
|
H A D | ed.inputl.c | 343 if (tenematch(InputBuf, Cursor - InputBuf, SPELL) < 0) in Inputl() 881 switch (tenematch(InputBuf, Cursor - InputBuf, SPELL)) { in SpellLine()
|