Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/oawk/
H A Drun.c131 if (isexit(x)) in program()
139 if (isexit(x)) { in program()
951 if (isnext(x) || isexit(x)) in whilestat()
982 if (isnext(x) || isexit(x)) in forstat()
1016 if (isnext(x) || isexit(x)) in instat()
H A Dawk.def145 #define isexit(n) (n->ctype == OJUMP && n->csub == JEXIT)
/titanic_50/usr/src/cmd/awk/
H A Drun.c136 if (isexit(x)) in program()
148 if (isexit(x)) in program()
278 if (isexit(y) || isnext(y)) in call()
1395 if (isnext(x) || isexit(x) || isret(x)) in whilestat()
1411 if (isnext(x) || isexit(x) || isret(x)) in dostat()
1440 if (isnext(x) || isexit(x) || isret(x)) in forstat()
1472 if (isnext(x) || isexit(x) || isret(x)) { in instat()
H A Dawk.h231 #define isexit(n) ((n)->csub == JEXIT) macro