Searched refs:charnames_max (Results 1 – 1 of 1) sorted by relevance
165 size_t charnames_max; member306 ctype->charnames_max = charmap->mb_cur_max == 1 ? 256 : 512; in ctype_startup()307 ctype->charnames = (uint32_t *) xmalloc (ctype->charnames_max in ctype_startup()1214 if (ctype->charnames_act == ctype->charnames_max) in find_idx()1216 ctype->charnames_max *= 2; in find_idx()1219 sizeof (uint32_t) * ctype->charnames_max); in find_idx()