Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/csh/
H A Dsh.init.c176 #define ZGOTO 10 macro
198 S_goto, ZGOTO,
H A Dsh.func.c425 search(ZGOTO, 0, lp = globone(v[1])); in dogoto()
738 if (type == ZGOTO) {
798 if (type == ZGOTO && getword(aword) &&
805 if (type != ZGOTO && (type != ZSWITCH || level != 0)) {
812 if (type == ZGOTO && eq(aword, goal) ||
922 case ZGOTO: in getword()
H A Dsh.h343 #define ZGOTO 10 macro
H A Dsh.c884 search(ZGOTO, 0, gointr); in pintr1()