Lines Matching refs:FATAL
131 FATAL("out of memory in %s", whatrtn); in adjbuf()
173 FATAL("illegal statement"); in execute()
206 FATAL("illegal break, continue, next or nextfile " in program()
224 FATAL("illegal break, continue, next or nextfile " in program()
262 FATAL("calling undefined function %s", s); in call()
267 FATAL("out of space for stack frames calling %s", s); in call()
280 FATAL("function %s has %d arguments, limit %d", in call()
292 FATAL("can't use function %s as argument in %s", in call()
311 FATAL("out of space for stack frames in %s", s); in call()
390 FATAL("argument #%d of function %s was not supplied", in arg()
422 FATAL("bad type variable %d", y->tval); in jump()
436 FATAL("illegal jump type %d", n); in jump()
453 FATAL("out of memory in getline"); in awkgetline()
518 FATAL("out of memory in array"); in array()
567 FATAL("cannot delete SYMTAB or its elements"); in awkdelete()
586 FATAL("out of memory in awkdelete"); in awkdelete()
633 FATAL("out of memory in intest"); in intest()
732 FATAL("unknown boolean operator %d", n); in boolop()
763 FATAL("unknown relational operator %d", n); in relop()
778 FATAL("tempcell list is curdled"); in tfree()
792 FATAL("out of space for temporaries"); in gettemp()
818 FATAL("trying to access out of range field %s", x->nval); in indirect()
821 FATAL("illegal field $(%s), name \"%s\"", s, x->nval); in indirect()
927 FATAL("out of memory in format()"); in format()
956 FATAL("'$' not permitted in awk formats"); in format()
960 FATAL("not enough args in printf(%s) " in format()
1018 FATAL("not enough args in printf(%s) " in format()
1074 FATAL("can't happen: " in format()
1105 FATAL("out of memory in awksprintf"); in awksprintf()
1109 FATAL("sprintf string %.30s... too long. can't happen.", buf); in awksprintf()
1131 FATAL("out of memory in awkprintf"); in awkprintf()
1135 FATAL("printf string %.30s... too long. can't happen.", buf); in awkprintf()
1140 FATAL("write error on stdout"); in awkprintf()
1146 FATAL("write error on %s", filename(fp)); in awkprintf()
1180 FATAL("division by zero"); in arith()
1185 FATAL("division by zero in mod"); in arith()
1201 FATAL("illegal arithmetic operator %d", n); in arith()
1287 FATAL("division by zero in /="); in assign()
1292 FATAL("division by zero in %%="); in assign()
1303 FATAL("illegal assignment operator %d", n); in assign()
1370 FATAL("out of space in dopa2"); in dopa2()
1414 FATAL("illegal type of split"); in split()
1815 FATAL("illegal function type %d", t); in bltin()
1853 FATAL("write error on %s", filename(fp)); in printstat()
1876 FATAL("can't open file %s", fname); in redirect()
1895 FATAL("can't allocate file memory for %u files", nfiles); in stdinit()
1914 FATAL("null file name in print or getline"); in openfile()
1937 FATAL("cannot grow files for %s and %d files", s, nnf); in openfile()
1957 FATAL("illegal redirection %d", a); in openfile()
2058 FATAL("out of memory in sub"); in sub()
2095 FATAL("sub result1 %.30s too big; can't happen", buf); in sub()
2104 FATAL("sub result2 %.30s too big; can't happen", buf); in sub()
2126 FATAL("out of memory in gsub"); in gsub()
2180 FATAL("gsub result0 %.30s too big; " in gsub()
2215 FATAL("gsub result1 %.30s too big; " in gsub()
2229 FATAL("gsub result2 %.30s truncated; " in gsub()