Lines Matching refs:FATAL
120 FATAL("out of memory in %s", whatrtn); in adjbuf()
159 FATAL("illegal statement"); in execute()
188 FATAL("illegal break, continue, next or nextfile from BEGIN"); in program()
204 FATAL("illegal break, continue, next or nextfile from END"); in program()
237 FATAL("calling undefined function %s", s); in call()
241 FATAL("out of space for stack frames calling %s", s); in call()
251 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS); in call()
259 FATAL("can't use function %s as argument in %s", y->nval, s); in call()
276 FATAL("out of space for stack frames in %s", s); in call()
349 FATAL("argument #%d of function %s was not supplied", in arg()
379 FATAL("bad type variable %d", y->tval); in jump()
393 FATAL("illegal jump type %d", n); in jump()
408 FATAL("out of memory in getline"); in awkgetline()
476 FATAL("out of memory in array"); in array()
485 FATAL("out of memory for %s[%s...]", x->nval, buf); in array()
526 FATAL("out of memory in adelete"); in awkdelete()
533 FATAL("out of memory deleting %s[%s...]", x->nval, buf); in awkdelete()
565 FATAL("out of memory in intest"); in intest()
573 FATAL("out of memory deleting %s[%s...]", x->nval, buf); in intest()
657 FATAL("unknown boolean operator %d", n); in boolop()
692 FATAL("unknown relational operator %d", n); in relop()
704 FATAL("tempcell list is curdled"); in tfree()
716 FATAL("out of space for temporaries"); in gettemp()
737 FATAL("trying to access out of range field %s", x->nval); in indirect()
740 FATAL("illegal field $(%s), name \"%s\"", s, x->nval); in indirect()
851 FATAL("out of memory in format()"); in format()
870 FATAL("format item %.30s... ran format() out of memory", os); in format()
874 FATAL("'$' not permitted in awk formats"); in format()
878 FATAL("not enough args in printf(%s)", os); in format()
926 FATAL("not enough args in printf(%s)", os); in format()
954 FATAL("huge string/format (%d chars) in printf %.30s... ran format() out of memory", n, t); in format()
969 FATAL("can't happen: bad conversion %c in format()", flag); in format()
992 FATAL("out of memory in awksprintf"); in awksprintf()
996 FATAL("sprintf string %.30s... too long. can't happen.", buf); in awksprintf()
1015 FATAL("out of memory in awkprintf"); in awkprintf()
1019 FATAL("printf string %.30s... too long. can't happen.", buf); in awkprintf()
1025 FATAL("write error on stdout"); in awkprintf()
1032 FATAL("write error on %s", filename(fp)); in awkprintf()
1065 FATAL("division by zero"); in arith()
1070 FATAL("division by zero in mod"); in arith()
1086 FATAL("illegal arithmetic operator %d", n); in arith()
1164 FATAL("division by zero in /="); in assign()
1169 FATAL("division by zero in %%="); in assign()
1180 FATAL("illegal assignment operator %d", n); in assign()
1275 FATAL("illegal type of split"); in split()
1619 FATAL("illegal function type %d", t); in bltin()
1655 FATAL("write error on %s", filename(fp)); in printstat()
1675 FATAL("can't open file %s", fname); in redirect()
1693 FATAL("can't allocate file memory for %u files", nfiles); in stdinit()
1712 FATAL("null file name in print or getline"); in openfile()
1731 FATAL("cannot grow files for %s and %d files", s, nnf); in openfile()
1750 FATAL("illegal redirection %d", a); in openfile()
1837 FATAL("out of memory in sub"); in sub()
1870 FATAL("sub result1 %.30s too big; can't happen", buf); in sub()
1878 FATAL("sub result2 %.30s too big; can't happen", buf); in sub()
1898 FATAL("out of memory in gsub"); in gsub()
1939 FATAL("gsub result0 %.30s too big; can't happen", buf); in gsub()
1965 FATAL("gsub result1 %.30s too big; can't happen", buf); in gsub()
1976 FATAL("gsub result2 %.30s truncated; can't happen", buf); in gsub()