Searched defs:nextcell (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/oawk/ |
H A D | run.c | 68 static CELL nextcell ={ OJUMP, JNEXT, 0, 0, 0.0, NUM, 0 }; variable 69 CELL *jnext = &nextcell;
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | run.c | 66 static Cell nextcell = { OJUMP, JNEXT, 0, 0, 0.0, NUM }; variable 67 Cell *jnext = &nextcell;
|
Completed in 48 milliseconds