Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/csh/
H A Dsh.func.c453 search(ZSWITCH, 0, lp = globone(cp)); in doswitch()
785 case ZSWITCH:
786 if (type == ZSWITCH || type == ZBRKSW) {
792 if (type == ZSWITCH || type == ZBRKSW) {
805 if (type != ZGOTO && (type != ZSWITCH || level != 0)) {
813 type == ZSWITCH && eq(aword, S_default)) {
819 if (type != ZSWITCH || level != 0) {
834 if (type == ZSWITCH && level == 0) {
916 case ZSWITCH: in getword()
H A Dsh.init.c181 #define ZSWITCH 15 macro
202 S_switch, ZSWITCH,
H A Dsh.h348 #define ZSWITCH 15 macro
H A Dsh.parse.c502 case ZSWITCH: in syn3()