Searched refs:ub_c_error (Results 1 – 5 of 5) sorted by relevance
25 void ub_c_error(const char *message);561 ub_c_error("EOF inside quoted string");575 ub_c_error("out of memory");582 ub_c_error("EOF inside quoted string");596 ub_c_error("out of memory");604 ub_c_error("EOF inside include directive");616 ub_c_error("EOF inside quoted string");620 <include_quoted>{NEWLINE} { ub_c_error("newline before \" in include name"); 647 ub_c_error("EOF inside include_toplevel directive");660 ub_c_error("EOF inside quoted string");[all …]
17 #define yyerror ub_c_error
1323 void ub_c_error(const char* msg);
52 void ub_c_error(const char *message);
1780 void ub_c_error(const char *str) in ub_c_error() function