Lines Matching refs:out
42 #include "out.h"
239 out(O_DIE, "can't locate cpp");
248 out(O_DIE, "filename too long: %.100s...", *av);
250 out(O_DIE|O_SYS, "%s", *av);
276 out(O_DIE, "cpp errors while reading \"%s\", "
277 "bailing out.", Fileopened);
312 out(O_DIE|O_SYS, "%s", Tok);
489 out(O_DIE, File, Line, "string too long");
608 out(O_DIE, File, Line,
653 out(O_DIE, File, Line,
689 /* starting new line, dump out the previous line */
698 outfl(O_DIE, File, Line, "line too long, bailing out");
718 out(flags|O_NONL, " \"%s\"",
723 out(flags|O_NONL, " %s",
730 out(flags|O_NONL, " EOF");
733 out(flags|O_NONL, " ->%s",
737 out(flags|O_NONL, " ==");
740 out(flags|O_NONL, " !=");
743 out(flags|O_NONL, " ||");
746 out(flags|O_NONL, " &&");
749 out(flags|O_NONL, " <=");
752 out(flags|O_NONL, " >=");
755 out(flags|O_NONL, " <<");
758 out(flags|O_NONL, " >>");
762 out(flags|O_NONL, " %c",
765 out(flags|O_NONL, " '\\%03o'",
769 out(flags, NULL);
870 * compiler prints out an error message.