Searched refs:yyerror (Results 126 - 150 of 257) sorted by relevance

1234567891011

/freebsd-10.1-release/lib/libipsec/
H A Dpolicy_parse.y80 extern void yyerror(char *msg);
214 yyerror(msg)
237 yyerror("invalid IP address");
243 yyerror("invalid IP address");
/freebsd-10.1-release/usr.bin/yacc/tests/
H A Dcalc1.y20 static void yyerror(const char *s);
183 yyerror(const char *s)
/freebsd-10.1-release/usr.sbin/apmd/
H A Dapmdlex.l113 yyerror(const char *s)
/freebsd-10.1-release/contrib/byacc/test/
H A Derr_inherit2.y18 #define YYERROR_DECL() yyerror(const char *s)
H A Derr_inherit3.y18 #define YYERROR_DECL() yyerror(const char *s)
H A Derr_inherit4.y19 #define YYERROR_DECL() yyerror(const char *s)
H A Derr_inherit5.y18 #define YYERROR_DECL() yyerror(const char *s)
H A Dinherit2.y18 #define YYERROR_DECL() yyerror(const char *s)
H A Dok_syntax1.y16 #define YYERROR_DECL() yyerror(int regs[26], int *base, const char *s)
/freebsd-10.1-release/contrib/unbound/util/
H A Dconfigyyrename.h17 #define yyerror ub_c_error macro
/freebsd-10.1-release/usr.bin/mkesdb/
H A Dyacc.y114 yyerror(const char *s)
218 yyerror(buf);
241 yyerror("multiply defined CSID");
/freebsd-10.1-release/contrib/byacc/test/yacc/
H A Dcalc2.tab.c25 #ifndef yyerror
26 #define yyerror calc2_error macro
27 #endif /* yyerror */
107 #define YYERROR_DECL() yyerror(int regs[26], int *base, const char *s)
141 /* Parameters sent to yyerror. */
143 #define YYERROR_DECL() yyerror(int regs[26], int * base, const char *s)
146 #define YYERROR_CALL(msg) yyerror(regs, base, msg)
H A Dcalc3.tab.c25 #ifndef yyerror
26 #define yyerror calc3_error macro
27 #endif /* yyerror */
108 #define YYERROR_DECL() yyerror(int regs[26], int *base, const char *s)
146 /* Parameters sent to yyerror. */
148 #define YYERROR_DECL() yyerror(int regs[26], int * base, const char *s)
151 #define YYERROR_CALL(msg) yyerror(regs, base, msg)
H A Dok_syntax1.tab.c25 #ifndef yyerror
26 #define yyerror ok_syntax1_error macro
27 #endif /* yyerror */
108 #define YYERROR_DECL() yyerror(int regs[26], int *base, const char *s)
154 /* Parameters sent to yyerror. */
156 #define YYERROR_DECL() yyerror(int regs[26], int * base, const char *s)
159 #define YYERROR_CALL(msg) yyerror(regs, base, msg)
H A Dpure_calc.tab.c25 #ifndef yyerror
26 #define yyerror calc_error macro
27 #endif /* yyerror */
111 #define YYERROR_DECL() yyerror(const char *s)
149 /* Parameters sent to yyerror. */
151 #define YYERROR_DECL() yyerror(const char *s)
154 #define YYERROR_CALL(msg) yyerror(msg)
H A Dcalc1.tab.c25 #ifndef yyerror
26 #define yyerror calc1_error macro
27 #endif /* yyerror */
119 static void yyerror(const char *s);
163 /* Parameters sent to yyerror. */
165 #define YYERROR_DECL() yyerror(const char *s)
168 #define YYERROR_CALL(msg) yyerror(msg)
367 yyerror(const char *s) function
H A Dvarsyntax_calc1.tab.c26 #ifndef yyerror
27 #define yyerror varsyntax_calc1_error macro
28 #endif /* yyerror */
120 static void yyerror(const char *s);
164 /* Parameters sent to yyerror. */
166 #define YYERROR_DECL() yyerror(const char *s)
169 #define YYERROR_CALL(msg) yyerror(msg)
368 yyerror(const char *s) function
/freebsd-10.1-release/usr.sbin/rrenumd/
H A Dparser.y67 extern void yyerror(const char *s);
202 yyerror(errbuf);
285 yyerror(errbuf);
307 yyerror(errbuf);
320 yyerror(errbuf);
/freebsd-10.1-release/contrib/ofed/libsdp/src/
H A Dconfig_parser.c64 #define yyerror libsdp_yyerror macro
129 extern int yyerror(char *msg);
158 yyerror("provided address is not legal");
166 yyerror("fail to allocate program name expression");
218 yyerror("ignoring unknown role");
225 yyerror("fail to allocate new rule");
715 /* Like YYERROR except do call yyerror. This remains here temporarily
735 yyerror (YY_("syntax error: cannot back up")); \
1030 quotes and backslashes, so that it's suitable for yyerror. The
1652 yyerror (YY
1830 int yyerror(char *msg) function
[all...]
/freebsd-10.1-release/contrib/amd/fsinfo/
H A Dfsinfo.h107 extern int yyerror(char *fmt, ...)
/freebsd-10.1-release/contrib/gcc/
H A Dgengtype.h152 extern void yyerror (const char *);
/freebsd-10.1-release/contrib/dtc/
H A Ddtc-parser.y31 extern void yyerror(char const *s);
475 void yyerror(char const *s) {
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dada-exp.c172 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
186 #define yyerror ada_error macro
236 void yyerror (char *);
933 /* Like YYERROR except do call yyerror. This remains here temporarily
953 yyerror ("syntax error: cannot back up");\
2161 yyerror (yymsg);
2165 yyerror ("syntax error; also virtual memory exhausted");
2169 yyerror ("syntax error");
2285 yyerror ("parser stack overflow");
2336 yyerror (ms
2332 yyerror (msg) function
[all...]
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 *);
868 /* Like YYERROR except do call yyerror. This remains here temporarily
888 yyerror ("syntax error: cannot back up");\
2002 yyerror (yymsg);
2006 yyerror ("syntax error; also virtual memory exhausted");
2010 yyerror ("syntax error");
2126 yyerror ("parser stack overflow");
2595 yyerror (ms
2591 yyerror (msg) function
[all...]
/freebsd-10.1-release/usr.bin/iscsictl/
H A Dparse.y52 extern void yyerror(const char *);
276 yyerror(const char *str)

Completed in 219 milliseconds

1234567891011