Searched defs:ISARY (Results 1 – 2 of 2) sorted by relevance
26 # define ISARY(x) ((x&TMASK)==ARY) /* is x an array type */ macro
48 #define ISARY(x) (((x)&TMASK)==ARY) /* is x an array type */ macro