Lines Matching refs:FATAL

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