Searched defs:msgcat (Results 1 – 3 of 3) sorted by relevance
138 struct msgcat { struct139 struct msgcat *next; argument158 static struct msgcat *volatile cats; in dcngettext() argument
126 struct msgcat { struct127 struct msgcat *next; argument146 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