Lines Matching refs:fatal

164 				fatal(_("unexpected EOF (pending }'s)"));  in compile_stream()
208 fatal(_("command expected")); in compile_stream()
214 fatal(_("invalid command code %c"), *p); in compile_stream()
216 fatal(_("command %c expects up to %d address(es), " in compile_stream()
240 fatal(_("unexpected }")); in compile_stream()
254 fatal(_("extra characters at the end of %c " in compile_stream()
261 fatal(_("command %c expects \\ " in compile_stream()
266 fatal(_("extra characters after \\ " in compile_stream()
277 fatal(_("filename expected")); in compile_stream()
289 fatal(_("filename expected")); in compile_stream()
306 fatal(_("empty label")); in compile_stream()
312 fatal(_("substitute pattern can not " in compile_stream()
319 fatal(_("unterminated substitute pattern")); in compile_stream()
352 fatal(_("extra text at the end of a " in compile_stream()
377 fatal(_("\\ can not be used as a string delimiter")); in compile_delimited()
379 fatal(_("newline can not be used as a string delimiter")); in compile_delimited()
383 fatal(_("unbalanced brackets ([])")); in compile_delimited()
449 fatal(_("RE error: %s"), strregerror(eval, rep)); in compile_re()
510 fatal(_("not defined in " in compile_subst()
528 fatal(_("unescaped newline inside " in compile_subst()
541 fatal(_("unterminated substitute in regular expression")); in compile_subst()
566 fatal(_("more than one number or " in compile_flags()
585 fatal(_("more than one number or " in compile_flags()
591 fatal(_("overflow in the 'N' substitute flag")); in compile_flags()
599 fatal(_("space missing before w wfile")); in compile_flags()
612 fatal(_("no wfile specified")); in compile_flags()
619 fatal(_("bad flag in substitute command: '%c'"), *p); in compile_flags()
646 fatal(_("transform pattern can not be delimited by " in compile_tr()
650 fatal(_("unterminated transform source string")); in compile_tr()
653 fatal(_("unterminated transform target string")); in compile_tr()
664 fatal(_("transform strings are not the same length")); in compile_tr()
775 fatal(_("unterminated regular expression")); in compile_addr()
805 fatal(_("expected context address")); in compile_addr()
858 fatal(_("undefined label '%s'"), cp->t); in fixuplabel()
883 fatal(_("duplicate label '%s'"), cp->t); in enterlabel()