Searched refs:BTRUE (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/oawk/ |
H A D | awk.def | 121 #define BTRUE 1 149 #define istrue(n) (n->ctype == OBOOL && n->csub == BTRUE)
|
H A D | run.c | 60 static CELL truecell ={ OBOOL, BTRUE, 0, 0, 0.0, NUM, 0 };
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.h | 229 #define BTRUE 11 macro 277 #define istrue(n) ((n)->csub == BTRUE)
|
H A D | run.c | 75 static Cell truecell = { OBOOL, BTRUE, NULL, NULL, 1.0, NUM, NULL };
|