Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/scripts/genksyms/
Dparse.y36 static void yyerror(const char *);
501 yyerror(const char *e)
Dparse.tab.c_shipped80 static void yyerror(const char *);
881 /* Like YYERROR except do call yyerror. This remains here temporarily
910 yyerror (YY_("syntax error: cannot back up")); \
1199 quotes and backslashes, so that it's suitable for yyerror. The
2220 yyerror (YY_("syntax error"));
2247 yyerror (yymsgp);
2362 yyerror (YY_("memory exhausted"));
2403 yyerror(const char *e)
/linux-4.1.27/scripts/dtc/
Ddtc-parser.y31 extern void yyerror(char const *s);
484 void yyerror(char const *s) { in yyerror() function
Ddtc-parser.tab.c_shipped77 extern void yyerror(char const *s);
741 /* Like YYERROR except do call yyerror. This remains here temporarily
770 yyerror (YY_("syntax error: cannot back up")); \
1027 quotes and backslashes, so that it's suitable for yyerror. The
2122 yyerror (YY_("syntax error"));
2149 yyerror (yymsgp);
2266 yyerror (YY_("memory exhausted"));
2318 void yyerror(char const *s) {
/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c67 #define yyerror zconferror macro
837 yyerror (YY_("syntax error: cannot back up")); \
2109 yyerror (YY_("syntax error"));
2136 yyerror (yymsgp);
2251 yyerror (YY_("memory exhausted"));
Dzconf.tab.c_shipped67 #define yyerror zconferror
809 /* Like YYERROR except do call yyerror. This remains here temporarily
837 yyerror (YY_("syntax error: cannot back up")); \
1124 quotes and backslashes, so that it's suitable for yyerror. The
2109 yyerror (YY_("syntax error"));
2136 yyerror (yymsgp);
2251 yyerror (YY_("memory exhausted"));
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y110 void yyerror(const char *string);
1981 yyerror(const char *string) in yyerror() function