Searched refs:M_ASCII (Results 1 – 3 of 3) sorted by relevance
118 #define M_ASCII 0x00ff macro127 #define M_ASCII 0x7f macro134 #define CHAR(c) ((Char)((c)&M_ASCII))
113 #define M_ASCII 0x00ff macro122 #define M_ASCII 0x7f macro129 #define CHAR(c) ((Char)((c)&M_ASCII))
124 #define M_ASCII 0x00ff macro126 #define LCHAR(c) ((c)&M_ASCII)