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

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.func.c472 search(TC_SWITCH, 0, lp);
834 case TC_SWITCH:
835 if (type == TC_SWITCH || type == TC_BRKSW)
840 if (type == TC_SWITCH || type == TC_BRKSW)
850 if (type != TC_GOTO && (type != TC_SWITCH || level != 0))
856 (type == TC_SWITCH && eq(word.s, STRdefault)))
861 if (type != TC_SWITCH || level != 0)
874 if (type == TC_SWITCH && level == 0)
981 case TC_SWITCH:
1073 case TC_SWITCH
[all...]
H A Dsh.parse.c497 case TC_SWITCH:
H A Dsh.h914 #define TC_SWITCH 15 macro
H A Dsh.init.c203 { "switch", TC_SWITCH },

Completed in 208 milliseconds