Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c464 search(ZSWITCH, 0, lp = globone(cp)); in doswitch()
796 case ZSWITCH:
797 if (type == ZSWITCH || type == ZBRKSW) {
803 if (type == ZSWITCH || type == ZBRKSW) {
816 if (type != ZGOTO && (type != ZSWITCH || level != 0)) {
824 type == ZSWITCH && eq(aword, S_default)) {
830 if (type != ZSWITCH || level != 0) {
845 if (type == ZSWITCH && level == 0) {
927 case ZSWITCH: in getword()
H A Dsh.init.c179 #define ZSWITCH 15 macro
200 S_switch, ZSWITCH,
H A Dsh.h331 #define ZSWITCH 15 macro
H A Dsh.parse.c500 case ZSWITCH: in syn3()