Searched refs:N_TEST (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dpp.h231 #define N_TEST (N_NUMBER|07700)/* number test mask */ macro
239 #define ppisnumber(x) (((x)&N_TEST)==N_NUMBER)
240 #define ppisinteger(x) (((x)&(N_TEST|N_REAL))==N_NUMBER)
241 #define ppisreal(x) (((x)&(N_TEST|N_REAL))==(N_NUMBER|N_REAL))

Completed in 60 milliseconds