Searched refs:yyerror (Results 201 - 225 of 250) sorted by relevance

12345678910

/freebsd-12-stable/contrib/byacc/test/btyacc/
H A Dcalc3.tab.c28 #ifndef yyerror
29 #define yyerror calc3_error macro
30 #endif /* yyerror */
128 #define YYERROR_DECL() yyerror(int regs[26], int *base, const char *s)
166 /* Parameters sent to yyerror. */
168 #define YYERROR_DECL() yyerror(int regs[26], int *base, const char *s)
171 #define YYERROR_CALL(msg) yyerror(regs, base, msg)
H A Dempty.tab.c28 #ifndef yyerror
29 #define yyerror empty_error macro
30 #endif /* yyerror */
123 #define YYERROR_DECL() yyerror(const char *s)
156 /* Parameters sent to yyerror. */
158 #define YYERROR_DECL() yyerror(const char *s)
161 #define YYERROR_CALL(msg) yyerror(msg)
H A Derr_inherit3.tab.c28 #ifndef yyerror
29 #define yyerror err_inherit3_error macro
30 #endif /* yyerror */
137 #define YYERROR_DECL() yyerror(const char *s)
177 /* Parameters sent to yyerror. */
179 #define YYERROR_DECL() yyerror(const char *s)
182 #define YYERROR_CALL(msg) yyerror(msg)
H A Derr_inherit4.tab.c28 #ifndef yyerror
29 #define yyerror err_inherit4_error macro
30 #endif /* yyerror */
145 #define YYERROR_DECL() yyerror(const char *s)
199 /* Parameters sent to yyerror. */
201 #define YYERROR_DECL() yyerror(YYLTYPE *loc, const char *s)
204 #define YYERROR_CALL(msg) yyerror(&yylloc, msg)
H A Dinherit0.tab.c28 #ifndef yyerror
29 #define yyerror inherit0_error macro
30 #endif /* yyerror */
125 #define YYERROR_DECL() yyerror(const char *s)
158 /* Parameters sent to yyerror. */
160 #define YYERROR_DECL() yyerror(const char *s)
163 #define YYERROR_CALL(msg) yyerror(msg)
H A Dinherit1.tab.c28 #ifndef yyerror
29 #define yyerror inherit1_error macro
30 #endif /* yyerror */
137 #define YYERROR_DECL() yyerror(const char *s)
179 /* Parameters sent to yyerror. */
181 #define YYERROR_DECL() yyerror(const char *s)
184 #define YYERROR_CALL(msg) yyerror(msg)
H A Dinherit2.tab.c28 #ifndef yyerror
29 #define yyerror inherit2_error macro
30 #endif /* yyerror */
137 #define YYERROR_DECL() yyerror(const char *s)
177 /* Parameters sent to yyerror. */
179 #define YYERROR_DECL() yyerror(const char *s)
182 #define YYERROR_CALL(msg) yyerror(msg)
H A Dok_syntax1.tab.c28 #ifndef yyerror
29 #define yyerror ok_syntax1_error macro
30 #endif /* yyerror */
128 #define YYERROR_DECL() yyerror(int regs[26], int *base, const char *s)
174 /* Parameters sent to yyerror. */
176 #define YYERROR_DECL() yyerror(int regs[26], int *base, const char *s)
179 #define YYERROR_CALL(msg) yyerror(regs, base, msg)
H A Dpure_calc.tab.c28 #ifndef yyerror
29 #define yyerror calc_error macro
30 #endif /* yyerror */
131 #define YYERROR_DECL() yyerror(const char *s)
169 /* Parameters sent to yyerror. */
171 #define YYERROR_DECL() yyerror(const char *s)
174 #define YYERROR_CALL(msg) yyerror(msg)
H A Dgrammar.tab.c28 #ifndef yyerror
29 #define yyerror grammar_error macro
30 #endif /* yyerror */
124 #define yyerror yaccError macro
128 static void yyerror(const char *s);
379 /* #include "yyerror.c" */
430 /* Parameters sent to yyerror. */
432 #define YYERROR_DECL() yyerror(const char *s)
435 #define YYERROR_CALL(msg) yyerror(msg)
2127 yyerror("synta
[all...]
H A Dexpr.oxout.tab.c28 #ifndef yyerror
29 #define yyerror expr.oxout_error macro
30 #endif /* yyerror */
129 extern void yyerror(const char *);
188 /* Parameters sent to yyerror. */
190 #define YYERROR_DECL() yyerror(const char *s)
193 #define YYERROR_CALL(msg) yyerror(msg)
H A Dbtyacc_calc1.tab.c28 #ifndef yyerror
29 #define yyerror calc1_error macro
30 #endif /* yyerror */
184 /* Parameters sent to yyerror. */
186 #define YYERROR_DECL() yyerror(const char *s)
189 #define YYERROR_CALL(msg) yyerror(msg)
H A Dbtyacc_demo.tab.c28 #ifndef yyerror
29 #define yyerror demo_error macro
30 #endif /* yyerror */
203 /* Parameters sent to yyerror. */
205 #define YYERROR_DECL() yyerror(YYLTYPE *loc, const char *s)
208 #define YYERROR_CALL(msg) yyerror(&yylloc, msg)
/freebsd-12-stable/bin/expr/
H A Dexpr.y75 int yyerror(const char *);
302 yyerror(const char *s __unused)
/freebsd-12-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.c269 void yyerror (const char *);
975 /* Like YYERROR except do call yyerror. This remains here temporarily
995 yyerror (YY_("syntax error: cannot back up")); \
1290 quotes and backslashes, so that it's suitable for yyerror. The
2591 yyerror (YY_("syntax error"));
2615 yyerror (yymsg);
2619 yyerror (YY_("syntax error"));
2737 yyerror (YY_("memory exhausted"));
2773 yyerror (const char *s)
2770 yyerror (const char *s) function
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Daslsupport.l164 yyerror (char const *s)
/freebsd-12-stable/sbin/hastd/
H A Dparse.y80 extern void yyerror(const char *);
849 yyerror(const char *str)
/freebsd-12-stable/contrib/byacc/test/yacc/
H A Drename_debug.c124 yyerror(const char* s) function
/freebsd-12-stable/usr.sbin/bluetooth/hcsecd/
H A Dparser.y192 yyerror(char const *message)
/freebsd-12-stable/contrib/gdb/gdb/
H A Djv-exp.y53 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
63 #define yyerror java_error
111 void yyerror (char *);
1204 yyerror (msg)
H A Dobjc-exp.y57 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror,
68 #define yyerror objc_error
117 yyerror PARAMS ((char *));
1813 yyerror (msg)
H A Dp-exp.y61 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
71 #define yyerror pascal_error
120 yyerror (char *);
1644 yyerror (msg)
H A Dc-exp.y59 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
69 #define yyerror c_error
117 void yyerror (char *);
1805 yyerror (msg)
/freebsd-12-stable/contrib/openbsm/bin/auditdistd/
H A Dparse.y759 yyerror(const char *str)
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipscan_y.y21 extern void yyerror(char *);

Completed in 174 milliseconds

12345678910