Searched refs:msgfile (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/msgcc/
H A Dmsggen.c108 "\ncatfile [ msgfile ]\n"
220 char* msgfile; local
350 else if (!(msgfile = *argv++) || *argv)
359 if (!(mp = sfopen(NiL, msgfile, "r")))
360 error(ERROR_SYSTEM|3, "%s: cannot read message file", msgfile);
374 error_info.file = msgfile;

Completed in 10 milliseconds