Home
last modified time | relevance | path

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

/tools/bpf/
Dbpf_exp.l32 extern void yyerror(const char *str);
195 yyerror("lex unknown character");
Dbpf_exp.y40 extern void yyerror(const char *str);
662 void yyerror(const char *str) in yyerror() function