Searched refs:NC_MAX (Results 1 – 3 of 3) sorted by relevance
68 #define NC_MAX (CHAR_MAX - CHAR_MIN + 1) macro69 #define NC ((MB_CUR_MAX) == 1 ? (NC_MAX) : (128))
122 unsigned char bmp[NC_MAX / 8];
2288 g->charjump = calloc((NC_MAX + 1), sizeof(*g->charjump));