Searched defs:translation (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/include/
H A Dmc.h76 char* translation; member in struct:Mc_s
/ast/src/cmd/msgcc/
H A Dmsggen.c87 " [+$translation \aidentification\a \aYYYY-MM-DD\a[,...]]?Append"
88 " translation info to the message catalog header. Only"
90 " is retained in the catalog. Multiple translation lines"
129 * append s to the translation list
133 translation(Xl_t* xp, register char* s) function
162 error(ERROR_SYSTEM|3, "out of space [translation]");
169 error(ERROR_SYSTEM|3, "out of space [translation]");
289 if (*mc->translation)
291 ccsfprintf(CC_NATIVE, CC_ASCII, sfstdout, "$translation ");
292 sfprintf(sfstdout, "%s", mc->translation);
[all...]

Completed in 17 milliseconds