HomeSort by: relevance | last modified time | path
    Searched defs:TMASK (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/tip/
tip.h 130 #define TMASK 017
  /src/external/bsd/pcc/dist/pcc/mip/
manifest.h 103 #define TMASK 0x060
121 #define ISPTR(x) (((x)&TMASK)==PTR)
122 #define ISFTN(x) (((x)&TMASK)==FTN) /* is x a function type? */
123 #define ISARY(x) (((x)&TMASK)==ARY) /* is x an array type? */

Completed in 31 milliseconds