Searched defs:msgcat (Results 1 – 3 of 3) sorted by relevance
99 struct msgcat { struct100 struct msgcat *next; argument119 static struct msgcat *volatile cats; in dcngettext() argument
107 struct msgcat { struct108 struct msgcat *next; argument127 static struct msgcat *volatile cats; in dcngettext() argument
274 static void msgcat(const char *src, const char *tgt, const char *op, int failed) in msgcat() function