Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/lintdump/
H A Dlnstuff.h100 #define LN_TMASK 3 macro
101 #define LN_ISPTR(x) (((x)&LN_TMASK) == 1) /* is x a pointer type */
102 #define LN_ISFTN(x) (((x)&LN_TMASK) == 2) /* is x a function type */
103 #define LN_ISARY(x) (((x)&LN_TMASK) == 3) /* is x an array type */