Lines Matching refs:fatal_with_file_and_line
262 fatal_with_file_and_line (const char *msg, ...) in fatal_with_file_and_line() function
308 fatal_with_file_and_line ("expected character `%c', found EOF", in fatal_expected_char()
311 fatal_with_file_and_line ("expected character `%c', found `%c'", in fatal_expected_char()
344 fatal_with_file_and_line ("stray '/' in file"); in read_skip_spaces()
394 fatal_with_file_and_line ("missing '%s'", expected); in require_word_ws()
490 fatal_with_file_and_line ("name too long"); in read_name_1()
530 fatal_with_file_and_line ("missing name or number"); in read_name()
655 fatal_with_file_and_line in read_braced_string()
702 fatal_with_file_and_line ("expected `\"' or `{', found `%c'", c); in read_string()
835 fatal_with_file_and_line ("redefinition of `%s', was `%s', now `%s'", in add_constant()
838 fatal_with_file_and_line ("redefinition of `%s'", def->name); in add_constant()