Searched defs:truecell (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/oawk/ |
H A D | run.c | 60 static CELL truecell ={ OBOOL, BTRUE, 0, 0, 0.0, NUM, 0 }; variable 61 CELL *true = &truecell;
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | run.c | 58 static Cell truecell = { OBOOL, BTRUE, 0, 0, 1.0, NUM }; variable 59 Cell *true = &truecell;
|
Completed in 50 milliseconds