Searched defs:ISFTN (Results 1 – 2 of 2) sorted by relevance
25 # define ISFTN(x) ((x&TMASK)==FTN) /* is x a function type */ macro
47 #define ISFTN(x) (((x)&TMASK)==FTN) /* is x a function type */ macro