Home
last modified time | relevance | path

Searched refs:truecell (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/oawk/
H A Drun.c60 static CELL truecell ={ OBOOL, BTRUE, 0, 0, 0.0, NUM, 0 }; variable
61 CELL *true = &truecell;
/illumos-gate/usr/src/cmd/awk/
H A Drun.c75 static Cell truecell = { OBOOL, BTRUE, NULL, NULL, 1.0, NUM, NULL }; variable
76 Cell *True = &truecell;