Lines Matching refs:FATAL
105 error(FATAL, "illegal statement %o", a);
134 error(FATAL, "unexpected break, continue or next");
148 error(FATAL, "unexpected break, continue or next");
258 error(FATAL, "unknown boolean operator %d", n);
306 error(FATAL, "unknown relational operator %d", n);
331 error(FATAL, "out of temporaries in gettemp");
451 error(FATAL, "out of space in format");
472 error(FATAL,
486 error(FATAL, "format item %.20ws... too long", os);
517 error(FATAL,
537 error(FATAL, "formatted item %s... too long",
553 error(FATAL, "out of format space");
566 error(FATAL, "formatted string too long");
619 error(FATAL, "division by zero");
624 error(FATAL, "division by zero");
631 error(FATAL, "illegal arithmetic operator %d", n);
701 error(FATAL, "division by zero");
706 error(FATAL, "division by zero");
710 error(FATAL, "illegal assignment operator %d", n);
738 error(FATAL, "out of space in cat");
1006 error(FATAL, "%ws is not an array", arrayp->nval);
1049 error(FATAL, "illegal jump type %d", n);
1078 error(FATAL, "illegal function type %d", t);
1128 error(FATAL, "out of space in print");
1190 error(FATAL, "too many output files %d", i);
1198 error(FATAL, "illegal redirection near line %lld", lineno);
1200 error(FATAL, "can't open file %ws", x->sval);