Searched refs:msgid_table (Results 1 – 1 of 1) sorted by relevance
91 static int msgid_table[NL_SETMAX+1]; variable441 msgid_table[setid] = msgid; in read_projfile()471 if (msgid_table[i] > 0) { in write_projfile()484 (void) fprintf(fp, "%d\t%d\n", i, msgid_table[i]); in write_projfile()499 int id = msgid_table[setid]; in get_msgid()523 return (msgid_table[setid] = id); in get_msgid()529 if (msgid_table[setid] < msgid) { in set_msgid()530 msgid_table[setid] = msgid; in set_msgid()