Home
last modified time | relevance | path

Searched refs: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.c83 static Cell nextcell = { OJUMP, JNEXT, NULL, NULL, 0.0, NUM, NULL }; variable
84 Cell *jnext = &nextcell;