Searched defs:FREAL (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h181 #define FREAL 0x80 /* Node has real type */ macro
195 #define isnumber(f) ((f)&(FINT|FVINT|FREAL|FVREAL))
196 #define isreal(f) ((f)&(FREAL|FVREAL))

Completed in 412 milliseconds