Searched refs:JEXIT (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/awk/ |
H A D | awk.h | 199 #define JEXIT 21 macro 231 #define isexit(n) ((n)->csub == JEXIT)
|
H A D | run.c | 68 static Cell exitcell = { OJUMP, JEXIT, 0, 0, 0.0, NUM };
|
/titanic_41/usr/src/cmd/oawk/ |
H A D | awk.def | 127 #define JEXIT 1 145 #define isexit(n) (n->ctype == OJUMP && n->csub == JEXIT)
|
H A D | run.c | 70 static CELL exitcell ={ OJUMP, JEXIT, 0, 0, 0.0, NUM, 0 };
|