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

12

/haiku-fatelf/src/bin/network/ftpd/
H A Dextern.h72 void yyerror(char *);
/haiku-fatelf/src/bin/bc/bc/
H A Dutil.c194 yyerror ("duplicate parameter names");
213 yyerror ("duplicate auto variable names");
217 yyerror ("* not allowed here");
232 yyerror ("variable in both parameter and auto lists");
584 yyerror ("Too many array variables");
605 yyerror ("Too many functions");
622 yyerror ("Too many variables");
626 yyerror ("End of util.c/lookup() reached. Please report this bug.");
719 /* The standard yyerror routine. Built with variable number of argumnets. */
724 yyerror (cha function
[all...]
H A Dscan.l93 yyerror( "read() in flex scanner failed" );
164 yyerror( "read() in flex scanner failed" );
227 yyerror ("illegal character: #");
264 yyerror ("illegal character: %s",yytext);
324 if (count != 2) yyerror ("NUL character in string.");
356 yyerror ("illegal character: ^%c",yytext[0] + '@');
359 yyerror ("illegal character: \\%03o", (int) yytext[0]);
361 yyerror ("illegal character: %s",yytext);
H A Dscan.c681 yyerror( "read() in flex scanner failed" );
752 yyerror( "read() in flex scanner failed" );
1051 yyerror ("illegal character: #");
1187 yyerror ("illegal character: %s",yytext);
1307 if (count != 2) yyerror ("NUL character in string.");
1347 yyerror ("illegal character: ^%c",yytext[0] + '@');
1350 yyerror ("illegal character: \\%03o", (int) yytext[0]);
1352 yyerror ("illegal character: %s",yytext);
H A Dbc.c545 /* Like YYERROR except do call yyerror.
560 { yyerror ("syntax error: cannot back up"); YYERROR; } \
813 yyerror("parser stack overflow");
1073 yyerror ("Break outside a for/while");
1086 yyerror ("Continue outside a for");
1760 yyerror(msg);
1764 yyerror ("parse error; also virtual memory exceeded");
1768 yyerror("parse error");
H A Dproto.h92 _PROTOTYPE(void yyerror, (char *str ,...));
H A Dbc.y173 yyerror ("Break outside a for/while");
184 yyerror ("Continue outside a for");
H A Dsbc.y140 yyerror ("Break outside a for/while");
/haiku-fatelf/src/bin/gawk/intl/
H A Dplural.c8 #define yyerror __gettexterror macro
91 static void yyerror PARAMS ((const char *str));
483 /* Like YYERROR except do call yyerror. This remains here temporarily
500 yyerror ("syntax error: cannot back up"); \
1196 yyerror (yymsg);
1200 yyerror ("parse error; also virtual memory exhausted");
1204 yyerror ("parse error");
1329 yyerror ("parser stack overflow");
1517 yyerror (str)
1514 yyerror (str) function
H A Dplural.y70 static void yyerror PARAMS ((const char *str));
405 yyerror (str)
/haiku-fatelf/src/bin/bash/lib/intl/
H A Dplural.c52 #define yyerror __gettexterror macro
177 static void yyerror PARAMS ((const char *str));
568 /* Like YYERROR except do call yyerror. This remains here temporarily
588 yyerror ("syntax error: cannot back up");\
1359 yyerror (yymsg);
1363 yyerror ("syntax error; also virtual memory exhausted");
1367 yyerror ("syntax error");
1488 yyerror ("parser stack overflow");
1679 yyerror (str)
1675 yyerror (str) function
H A Dplural.y72 static void yyerror PARAMS ((const char *str));
407 yyerror (str)
/haiku-fatelf/src/bin/gdb/gdb/
H A Dm2-exp.c170 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
180 #define yyerror m2_error macro
228 void yyerror (char *);
876 /* Like YYERROR except do call yyerror. This remains here temporarily
896 yyerror ("syntax error: cannot back up");\
2022 yyerror (yymsg);
2026 yyerror ("syntax error; also virtual memory exhausted");
2030 yyerror ("syntax error");
2148 yyerror ("parser stack overflow");
2617 yyerror (ms
2613 yyerror (msg) function
[all...]
H A Dada-exp.y54 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
68 #define yyerror ada_error
118 void yyerror (char *);
622 yyerror (char *msg)
H A Dada-exp.c168 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
182 #define yyerror ada_error macro
232 void yyerror (char *);
943 /* Like YYERROR except do call yyerror. This remains here temporarily
963 yyerror ("syntax error: cannot back up");\
2130 yyerror (yymsg);
2134 yyerror ("syntax error; also virtual memory exhausted");
2138 yyerror ("syntax error");
2256 yyerror ("parser stack overflow");
2311 yyerror (cha
2307 yyerror (char *msg) function
[all...]
H A Df-exp.c151 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
161 #define yyerror f_error macro
209 void yyerror (char *);
755 /* Like YYERROR except do call yyerror. This remains here temporarily
775 yyerror ("syntax error: cannot back up");\
1892 yyerror (yymsg);
1896 yyerror ("syntax error; also virtual memory exhausted");
1900 yyerror ("syntax error");
2018 yyerror ("parser stack overflow");
2583 yyerror (ms
2579 yyerror (msg) function
[all...]
H A Djv-exp.c139 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
149 #define yyerror java_error macro
197 void yyerror (char *);
806 /* Like YYERROR except do call yyerror. This remains here temporarily
826 yyerror ("syntax error: cannot back up");\
1935 yyerror (yymsg);
1939 yyerror ("syntax error; also virtual memory exhausted");
1943 yyerror ("syntax error");
2061 yyerror ("parser stack overflow");
2603 yyerror (ms
2599 yyerror (msg) function
[all...]
H A Df-exp.y59 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
69 #define yyerror f_error
117 void yyerror (char *);
1185 yyerror (msg)
H A Dm2-exp.y55 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
65 #define yyerror m2_error
113 void yyerror (char *);
1102 yyerror (msg)
H A Dc-exp.c163 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
173 #define yyerror c_error macro
221 void yyerror (char *);
935 /* Like YYERROR except do call yyerror. This remains here temporarily
955 yyerror ("syntax error: cannot back up");\
2549 yyerror (yymsg);
2553 yyerror ("syntax error; also virtual memory exhausted");
2557 yyerror ("syntax error");
2675 yyerror ("parser stack overflow");
3460 yyerror (ms
3456 yyerror (msg) function
[all...]
H A Dobjc-exp.c166 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror,
177 #define yyerror objc_error macro
226 yyerror PARAMS ((char *));
919 /* Like YYERROR except do call yyerror. This remains here temporarily
939 yyerror ("syntax error: cannot back up");\
2511 yyerror (yymsg);
2515 yyerror ("syntax error; also virtual memory exhausted");
2519 yyerror ("syntax error");
2637 yyerror ("parser stack overflow");
3482 yyerror (ms
3478 yyerror (msg) function
[all...]
H A Dp-exp.c147 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
157 #define yyerror pascal_error macro
206 yyerror (char *);
729 /* Like YYERROR except do call yyerror. This remains here temporarily
749 yyerror ("syntax error: cannot back up");\
1963 yyerror (yymsg);
1967 yyerror ("syntax error; also virtual memory exhausted");
1971 yyerror ("syntax error");
2089 yyerror ("parser stack overflow");
2993 yyerror (ms
2989 yyerror (msg) function
[all...]
/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y37 static void yyerror(const char *m, ...) ATTRIBUTE_PRINTF_1;
39 static void yyerror(); /* va_alist */
267 yyerror(_("`%s' is a built-in function, it cannot be redefined"),
435 yyerror(_("`%s' used in %s action"), "next",
444 * can't use yyerror, since may have overshot
465 yyerror(_("`return' used outside function context"));
520 * can't use yyerror, since may have overshot
535 * can't use yyerror, since may have overshot
583 yyerror(_("duplicate case values in switch body: %s"), caseval);
593 yyerror(
[all...]
H A Dawkgram.c163 static void yyerror(const char *m, ...) ATTRIBUTE_PRINTF_1;
165 static void yyerror(); /* va_alist */
985 /* Like YYERROR except do call yyerror. This remains here temporarily
1005 yyerror ("syntax error: cannot back up");\
1692 yyerror(_("`%s' is a built-in function, it cannot be redefined"),
1884 yyerror(_("`%s' used in %s action"), "next",
1896 * can't use yyerror, since may have overshot
1923 yyerror(_("`return' used outside function context"));
1983 * can't use yyerror, since may have overshot
2001 * can't use yyerror, sinc
2952 yyerror(const char *m, ...) function
[all...]
/haiku-fatelf/src/bin/pcmcia-cs/
H A Dyacc_cis.y49 void yyerror(char *msg, ...);
400 void yyerror(char *msg, ...)

Completed in 169 milliseconds

12