Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.init.c174 #define ZGOTO 10 macro
196 S_goto, ZGOTO,
H A Dsh.func.c436 search(ZGOTO, 0, lp = globone(v[1])); in dogoto()
749 if (type == ZGOTO) {
809 if (type == ZGOTO && getword(aword) &&
816 if (type != ZGOTO && (type != ZSWITCH || level != 0)) {
823 if (type == ZGOTO && eq(aword, goal) ||
933 case ZGOTO: in getword()
H A Dsh.h326 #define ZGOTO 10 macro
H A Dsh.c888 search(ZGOTO, 0, gointr); in pintr1()