Searched defs:nextcell (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/oawk/
H A Drun.c68 static CELL nextcell ={ OJUMP, JNEXT, 0, 0, 0.0, NUM, 0 }; variable
69 CELL *jnext = &nextcell;
/illumos-gate/usr/src/cmd/awk/
H A Drun.c66 static Cell nextcell = { OJUMP, JNEXT, 0, 0, 0.0, NUM }; variable
67 Cell *jnext = &nextcell;

Completed in 63 milliseconds