Searched refs:JEXIT (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/oawk/ |
H A D | awk.def | 125 #define JEXIT 1 143 #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 };
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.h | 233 #define JEXIT 21 macro 266 #define isexit(n) ((n)->csub == JEXIT)
|
H A D | run.c | 88 static Cell exitcell = { OJUMP, JEXIT, NULL, NULL, 0.0, NUM, NULL };
|