Lines Matching refs:print_error
30 extern void print_error(char const *fmt, ...);
155 print_error("label or path, '%s', not found", $2);
163 print_error("label or path, '%s', not found", $3);
233 print_error("Couldn't seek to offset %llu in \"%s\": %s",
285 print_error("Only 8, 16, 32 and 64-bit elements"
308 print_error(
324 print_error("References are only allowed in "
450 print_error("syntax error: properties must precede subnodes");
473 void print_error(char const *fmt, ...)
485 print_error("%s", s); in yyerror()
498 print_error("bad characters in literal"); in eval_literal()
502 print_error("literal out of range"); in eval_literal()
504 print_error("bad literal"); in eval_literal()
515 print_error("empty character literal"); in eval_char_literal()
529 print_error("malformed character literal"); in eval_char_literal()