Lines Matching refs:FATAL
117 FATAL("out of memory in %s", whatrtn); in adjbuf()
156 FATAL("illegal statement"); in execute()
185 FATAL("illegal break, continue, next or nextfile from BEGIN"); in program()
201 FATAL("illegal break, continue, next or nextfile from END"); in program()
234 FATAL("calling undefined function %s", s); in call()
238 FATAL("out of space for stack frames calling %s", s); in call()
248 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS); in call()
256 FATAL("can't use function %s as argument in %s", y->nval, s); in call()
273 FATAL("out of space for stack frames in %s", s); in call()
342 FATAL("argument #%d of function %s was not supplied", in arg()
372 FATAL("bad type variable %d", y->tval); in jump()
386 FATAL("illegal jump type %d", n); in jump()
401 FATAL("out of memory in getline"); in getline()
461 FATAL("out of memory in array"); in array()
469 FATAL("out of memory for %s[%s...]", x->nval, buf); in array()
510 FATAL("out of memory in adelete"); in awkdelete()
516 FATAL("out of memory deleting %s[%s...]", x->nval, buf); in awkdelete()
548 FATAL("out of memory in intest"); in intest()
555 FATAL("out of memory deleting %s[%s...]", x->nval, buf); in intest()
639 FATAL("unknown boolean operator %d", n); in boolop()
674 FATAL("unknown relational operator %d", n); in relop()
686 FATAL("tempcell list is curdled"); in tfree()
698 FATAL("out of space for temporaries"); in gettemp()
719 FATAL("trying to access out of range field %s", x->nval); in indirect()
722 FATAL("illegal field $(%s), name \"%s\"", s, x->nval); in indirect()
822 FATAL("out of memory in format()"); in format()
841 FATAL("format item %.30s... ran format() out of memory", os); in format()
886 FATAL("not enough args in printf(%s)", os); in format()
912 FATAL("huge string/format (%d chars) in printf %.30s... ran format() out of memory", n, t); in format()
927 FATAL("can't happen: bad conversion %c in format()", flag); in format()
950 FATAL("out of memory in awksprintf"); in awksprintf()
954 FATAL("sprintf string %.30s... too long. can't happen.", buf); in awksprintf()
973 FATAL("out of memory in awkprintf"); in awkprintf()
977 FATAL("printf string %.30s... too long. can't happen.", buf); in awkprintf()
983 FATAL("write error on stdout"); in awkprintf()
990 FATAL("write error on %s", filename(fp)); in awkprintf()
1023 FATAL("division by zero"); in arith()
1028 FATAL("division by zero in mod"); in arith()
1042 FATAL("illegal arithmetic operator %d", n); in arith()
1120 FATAL("division by zero in /="); in assign()
1125 FATAL("division by zero in %%="); in assign()
1136 FATAL("illegal assignment operator %d", n); in assign()
1158 FATAL("out of space concatenating %.15s... and %.15s...", in cat()
1228 FATAL("illegal type of split"); in split()
1549 FATAL("illegal function type %d", t); in bltin()
1585 FATAL("write error on %s", filename(fp)); in printstat()
1607 FATAL("can't open file %s", fname); in redirect()
1636 FATAL("null file name in print or getline"); in openfile()
1651 FATAL("%s makes too many open files", s); in openfile()
1666 FATAL("illegal redirection %d", a); in openfile()
1754 FATAL("out of memory in sub"); in sub()
1787 FATAL("sub result1 %.30s too big; can't happen", buf); in sub()
1795 FATAL("sub result2 %.30s too big; can't happen", buf); in sub()
1815 FATAL("out of memory in gsub"); in gsub()
1856 FATAL("gsub result0 %.30s too big; can't happen", buf); in gsub()
1882 FATAL("gsub result1 %.30s too big; can't happen", buf); in gsub()
1891 FATAL("gsub result2 %.30s too big; can't happen", buf); in gsub()