Home | History | Annotate | Download | only in nawk-20071023

Lines Matching defs:FATAL

64 		FATAL("out of space for $0 and fields");
79 FATAL("out of space in makefields %d", i);
141 FATAL("can't open file %s", file);
189 FATAL("field separator %.10s... is too long", *FS);
202 FATAL("input record `%.30s...' too long", buf);
210 FATAL("input record `%.30s...' too long", buf);
215 FATAL("input record `%.30s...' too long", buf);
272 FATAL("out of space for fields in fldbld %d", n);
337 FATAL("record `%.30s...' has too many fields; can't happen", r);
383 FATAL("trying to access out of range field %d", n);
402 FATAL("out of space creating %d fields", nf);
419 FATAL("out of space for fields in refldbld %d", n);
465 FATAL("created $0 `%.30s...' too long", record);
470 FATAL("created $0 `%.30s...' too long", record);
476 FATAL("built giant record `%.30s...'", record);
521 FATAL("floating point exception %d", n);
552 void FATAL(const char *fmt, ...)