Lines Matching refs:yyerror
69 static void yyerror(char *);
253 yyerror("non-numeric argument");
284 yyerror("division by zero");
289 yyerror("division by zero");
410 yyerror("Too many '\\('s"); in ematch()
424 yyerror("string too long"); in ematch()
445 yyerror("invalid multibyte character encountered"); in ematch()
463 yyerror("RE error"); in errxx()
467 yyerror(char *s) in yyerror() function
533 yyerror("syntax error"); in expres()
588 yyerror("syntax error"); in expres()
697 yyerror("syntax error"); in main()