Home
last modified time | relevance | path

Searched defs:breakcell (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/oawk/
H A Drun.c64 static CELL breakcell ={ OJUMP, JBREAK, 0, 0, 0.0, NUM, 0 }; variable
/illumos-gate/usr/src/cmd/awk/
H A Drun.c79 static Cell breakcell = { OJUMP, JBREAK, NULL, NULL, 0.0, NUM, NULL }; variable