Searched refs:themap_str (Results 1 – 1 of 1) sorted by relevance
150 static struct unimapdesc_str themap_str = variable167 if (!themap_str.entry_ct) { in addpair_str()171 themap_str.entries = (struct unipair_str *) malloc(MAX_UNIPAIRS in addpair_str()174 if (!themap_str.entries) { in addpair_str()183 for (i = 0; i < themap_str.entry_ct; i++) { in addpair_str()184 if (themap_str.entries[i].unicode == un) { in addpair_str()185 themap_str.entries[i].replace_str = str; in addpair_str()194 if (themap_str.entry_ct > MAX_UNIPAIRS - 1) { in addpair_str()200 themap_str.entries[themap_str.entry_ct].unicode = (u16) un; in addpair_str()201 themap_str.entries[themap_str.entry_ct].replace_str = str; in addpair_str()[all …]