Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk/
H A Dawk.h233 #define JEXIT 21 macro
266 #define isexit(n) ((n)->csub == JEXIT)
H A Drun.c88 static Cell exitcell = { OJUMP, JEXIT, NULL, NULL, 0.0, NUM, NULL };
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.def125 #define JEXIT 1
143 #define isexit(n) (n->ctype == OJUMP && n->csub == JEXIT)
H A Drun.c70 static CELL exitcell ={ OJUMP, JEXIT, 0, 0, 0.0, NUM, 0 };