Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/lintdump/
H A Dlnstuff.h103 #define LN_ISARY(x) (((x)&LN_TMASK) == 3) /* is x an array type */ macro
H A Dlintdump.c382 if (LN_ISARY(mods)) { in print_mods()