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

/system/core/sh/
H A Darith.y54 void yyerror(const char *);
101 yyerror("division by zero");
106 yyerror("division by zero");
190 yyerror(s)
H A Darith.c167 void yyerror(const char *);
559 /* Like YYERROR except do call yyerror. This remains here temporarily
579 yyerror ("syntax error: cannot back up");\
1240 yyerror("division by zero");
1249 yyerror("division by zero");
1364 yyerror (yymsg);
1368 yyerror ("syntax error; also virtual memory exhausted");
1372 yyerror ("syntax error");
1490 yyerror ("parser stack overflow");
1580 yyerror(
1576 yyerror(s) function
[all...]

Completed in 47 milliseconds