Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcsh/
H A Dsh.func.c471 search(TC_SWITCH, 0, lp); in doswitch()
844 case TC_SWITCH: in search()
845 if (type == TC_SWITCH || type == TC_BRKSW) in search()
850 if (type == TC_SWITCH || type == TC_BRKSW) in search()
860 if (type != TC_GOTO && (type != TC_SWITCH || level != 0)) in search()
866 (type == TC_SWITCH && eq(word.s, STRdefault))) in search()
871 if (type != TC_SWITCH || level != 0) in search()
884 if (type == TC_SWITCH && level == 0) in search()
987 case TC_SWITCH: in histgetword()
1090 case TC_SWITCH: in getword()
H A Dsh.parse.c497 case TC_SWITCH: in syn3()
H A Dsh.h943 #define TC_SWITCH 15 macro
H A Dsh.init.c203 { "switch", TC_SWITCH },