Lines Matching refs:ERROR

108 			ERROR "illegal statement" FATAL;
139 ERROR "illegal break, continue or next from BEGIN"
160 ERROR "illegal break or next from END" FATAL;
194 ERROR "calling undefined function %s", s FATAL;
199 ERROR "out of space for stack frames calling %s",
209 ERROR "function %s called with %d args, uses only %d",
213 ERROR "function %s has %d arguments, limit %d",
225 ERROR "can't use function %s as argument in %s",
244 ERROR "out of space for stack frames in %s", s FATAL;
313 ERROR "argument #%d of function %s was not supplied",
354 ERROR "illegal jump type %d", n FATAL;
515 ERROR "%s is not an array", ap->nval FATAL;
614 ERROR "unknown boolean operator %d", n FATAL;
645 ERROR "unknown relational operator %d", n FATAL;
661 ERROR "tempcell list is curdled" FATAL;
675 ERROR "no space for temporaries" FATAL;
699 ERROR "illegal field $(%s)", s FATAL;
819 ERROR
869 ERROR
999 ERROR "division by zero" FATAL;
1004 ERROR "division by zero in mod" FATAL;
1018 ERROR "illegal arithmetic operator %d", n FATAL;
1096 ERROR "division by zero in /=" FATAL;
1101 ERROR "division by zero in %%=" FATAL;
1112 ERROR "illegal assignment operator %d", n FATAL;
1136 ERROR "out of space concatenating %.15s and %.15s",
1180 ERROR "out of space in dopa2" FATAL;
1222 ERROR "illegal type of split()" FATAL;
1459 ERROR "%s is not an array", arrayp->nval FATAL;
1512 ERROR "atan2 requires two arguments; returning 1.0"
1556 ERROR "illegal function type %d", t FATAL;
1563 ERROR "warning: function has too many arguments" WARNING;
1620 ERROR "can't open file %s", fname FATAL;
1632 ERROR "null file name in print or getline" FATAL;
1647 ERROR "%s makes too many open files", s FATAL;
1663 ERROR "illegal redirection" FATAL;
1685 ERROR "i/o error occurred on %s",
1693 ERROR "i/o error occurred closing %s",
1714 ERROR "i/o error occurred on %s",
1722 ERROR "i/o error occurred while closing %s",