Searched defs:ISARY (Results 1 – 4 of 4) sorted by relevance
149 #define ISARY(x) (((x) & N_TMASK) == (DT_ARY << N_BTSHFT)) macro
123 #define ISARY(x) (((x)&TMASK)==ARY) /* is x an array type? */ macro
532 #define ISARY(x) \ macro