Searched defs:NCHARS (Results 1 – 4 of 4) sorted by relevance
38 #define NCHARS (UCHAR_MAX + 1) /* Number of possible characters. */ macro
59 #define NCHARS 128 macro
63 #define NCHARS (1 << CHAR_BIT) macro
206 #define NCHARS (256+3) /* 256 handles 8-bit chars; 128 does 7-bit */ macro