Home
last modified time | relevance | path

Searched refs:FATAL (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/host-tools/nawk-20071023/
Drun.c117 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()
[all …]
Dlib.c64 FATAL("out of space for $0 and fields"); in recinit()
79 FATAL("out of space in makefields %d", i); in makefields()
141 FATAL("can't open file %s", file); in getrec()
189 FATAL("field separator %.10s... is too long", *FS); in readrec()
202 FATAL("input record `%.30s...' too long", buf); in readrec()
210 FATAL("input record `%.30s...' too long", buf); in readrec()
215 FATAL("input record `%.30s...' too long", buf); in readrec()
272 FATAL("out of space for fields in fldbld %d", n); in fldbld()
337 FATAL("record `%.30s...' has too many fields; can't happen", r); in fldbld()
383 FATAL("trying to access out of range field %d", n); in fieldadr()
[all …]
Dmain.c92 FATAL("no program filename"); in main()
94 FATAL("too many -f options"); in main()
135 FATAL("no program given"); in main()
174 FATAL("can't open file %s", pfile[curpfile]); in pgetc()
Db.c203 FATAL("can't happen: unknown type %d in penter", type(p)); in penter()
226 FATAL("can't happen: unknown type %d in freetr", type(p)); in freetr()
298 FATAL("out of space for character class [%.10s...] 1", p); in cclenter()
316 FATAL("out of space for character class [%.10s...] 2", p); in cclenter()
324 FATAL("out of space for character class [%.10s...] 3", p); in cclenter()
336 FATAL("regular expression too big: %.30s...", s); in overflo()
377 FATAL("can't happen: unknown type %d in cfoll", type(v)); in cfoll()
423 FATAL("can't happen: unknown type %d in first", type(p)); /* can't happen */ in first()
619 FATAL("syntax error in regular expression %s at %s", lastre, prestr); in reparse()
672 FATAL("syntax error in regular expression %s at %s", lastre, prestr); in primary()
[all …]
Dlex.c121 FATAL( "out of space for name %.10s...", buf ); in gettok()
138 FATAL( "out of space for number %.10s...", buf ); in gettok()
177 FATAL( "out of space in yylex" ); in yylex()
365 FATAL("out of space for strings"); in string()
368 FATAL("out of space for string %.10s...", buf); in string()
376 FATAL( "giving up" ); in string()
512 FATAL("out of space for rex expr"); in regexpr()
516 FATAL("out of space for reg expr %.10s...", buf); in regexpr()
570 FATAL("pushed back too much: %.20s...", yysbuf); in unput()
Dtran.c150 FATAL("out of space in makesymtab"); in makesymtab()
220 FATAL("out of space for symbol table at %s", n); in setsymtab()
308 FATAL("can't %s %s; it's an array name.", rw, vp->nval); in funnyvar()
310 FATAL("can't %s %s; it's a function.", rw, vp->nval); in funnyvar()
405 FATAL("out of space in tostring on %s", s); in tostring()
418 FATAL( "out of space in qstring(%s)", s); in qstring()
Dproto.h138 extern void FATAL(const char *, ...);
Dparse.c38 FATAL("out of space in nodealloc"); in nodealloc()
DFIXES324 replaced the ERROR ... FATAL, etc., macros with functions