Home
last modified time | relevance | path

Searched refs:yyerror (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/tools/net/
Dbpf_exp.l29 extern void yyerror(const char *str);
143 yyerror("lex unknown character");
Dbpf_exp.y39 extern void yyerror(const char *str);
777 void yyerror(const char *str) in yyerror() function
/linux-4.4.14/scripts/dtc/
Ddtc-parser.y27 extern void yyerror(char const *s);
474 void yyerror(char const *s)
Ddtc-parser.tab.c_shipped73 extern void yyerror(char const *s);
724 yyerror (YY_("syntax error: cannot back up")); \
990 quotes and backslashes, so that it's suitable for yyerror. The
2067 yyerror (YY_("syntax error"));
2094 yyerror (yymsgp);
2217 yyerror (YY_("memory exhausted"));
2254 void yyerror(char const *s)
/linux-4.4.14/scripts/genksyms/
Dparse.y36 static void yyerror(const char *);
510 yyerror(const char *e)
Dparse.tab.c_shipped78 static void yyerror(const char *);
894 /* Like YYERROR except do call yyerror. This remains here temporarily
923 yyerror (YY_("syntax error: cannot back up")); \
1184 quotes and backslashes, so that it's suitable for yyerror. The
2208 yyerror (YY_("syntax error"));
2235 yyerror (yymsgp);
2352 yyerror (YY_("memory exhausted"));
2393 yyerror(const char *e)
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c67 #define yyerror zconferror macro
857 yyerror (YY_("syntax error: cannot back up")); \
2151 yyerror (YY_("syntax error"));
2178 yyerror (yymsgp);
2293 yyerror (YY_("memory exhausted"));
Dzconf.tab.c_shipped67 #define yyerror zconferror
828 /* Like YYERROR except do call yyerror. This remains here temporarily
857 yyerror (YY_("syntax error: cannot back up")); \
1146 quotes and backslashes, so that it's suitable for yyerror. The
2151 yyerror (YY_("syntax error"));
2178 yyerror (yymsgp);
2293 yyerror (YY_("memory exhausted"));
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y110 void yyerror(const char *string);
1981 yyerror(const char *string) in yyerror() function