Home
last modified time | relevance | path

Searched refs:BTRUE (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/awk/
H A Dawk.h195 #define BTRUE 11 macro
240 #define istrue(n) ((n)->csub == BTRUE)
H A Drun.c58 static Cell truecell = { OBOOL, BTRUE, 0, 0, 1.0, NUM };
/titanic_50/usr/src/cmd/oawk/
H A Dawk.def123 #define BTRUE 1
151 #define istrue(n) (n->ctype == OBOOL && n->csub == BTRUE)
H A Drun.c60 static CELL truecell ={ OBOOL, BTRUE, 0, 0, 0.0, NUM, 0 };