Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtw.h85 PRINT_HELP, SPELL, GLOB, GLOB_EXPAND, VARS_EXPAND, PATH_NORMALIZE, enumerator
H A Dtw.parse.c253 (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 Dtw.spell.c76 retval = t_search(&guess, SPELL, in spell_me()
H A Ded.inputl.c343 if (tenematch(InputBuf, Cursor - InputBuf, SPELL) < 0) in Inputl()
881 switch (tenematch(InputBuf, Cursor - InputBuf, SPELL)) { in SpellLine()