Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.func.c467 search(TC_SWITCH, 0, lp); in doswitch()
840 case TC_SWITCH: in search()
841 if (type == TC_SWITCH || type == TC_BRKSW) in search()
846 if (type == TC_SWITCH || type == TC_BRKSW) in search()
856 if (type != TC_GOTO && (type != TC_SWITCH || level != 0)) in search()
862 (type == TC_SWITCH && eq(word.s, STRdefault))) in search()
867 if (type != TC_SWITCH || level != 0) in search()
880 if (type == TC_SWITCH && level == 0) in search()
983 case TC_SWITCH: in histgetword()
1086 case TC_SWITCH: in getword()
H A Dsh.parse.c494 case TC_SWITCH: in syn3()
H A Dsh.h952 #define TC_SWITCH 15 macro
H A Dsh.init.c199 { "switch", TC_SWITCH },