Home
last modified time | relevance | path

Searched refs:exitcell (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/oawk/
H A Drun.c70 static CELL exitcell ={ OJUMP, JEXIT, 0, 0, 0.0, NUM, 0 }; variable
71 CELL *jexit = &exitcell;
/illumos-gate/usr/src/cmd/awk/
H A Drun.c88 static Cell exitcell = { OJUMP, JEXIT, NULL, NULL, 0.0, NUM, NULL }; variable
89 Cell *jexit = &exitcell;