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

12345678

/freebsd-10.0-release/contrib/byacc/test/
H A Derror.y3 static void yyerror(const char *);
25 yyerror(const char* s)
H A Dcode_error.y5 static void yyerror(const char *);
33 yyerror(const char* s)
H A Dpure_error.y7 #define YYERROR_DECL() yyerror(const char *s)
38 yyerror(const char* s)
H A Dcode_calc.tab.c10 #ifndef yyerror
11 #define yyerror calc_error macro
12 #endif /* yyerror */
H A Dcode_error.tab.c10 #ifndef yyerror
11 #define yyerror error_error macro
12 #endif /* yyerror */
/freebsd-10.0-release/tools/regression/usr.bin/yacc/
H A Derror.y3 static void yyerror(const char *);
25 yyerror(const char* s)
H A Dcode_error.y5 static void yyerror(const char *);
33 yyerror(const char* s)
H A Dpure_error.y7 #define YYERROR_DECL() yyerror(const char *s)
38 yyerror(const char* s)
/freebsd-10.0-release/lib/liby/
H A DMakefile4 SRCS= main.c yyerror.c
H A Dyyerror.c34 static char sccsid[] = "@(#)yyerror.c 8.1 (Berkeley) 6/4/93";
40 yyerror(msg) function
/freebsd-10.0-release/usr.bin/mkcsmapper/
H A Dldef.h40 extern int yyerror(const char *);
/freebsd-10.0-release/usr.bin/mkesdb/
H A Dldef.h31 extern int yyerror(const char *);
/freebsd-10.0-release/usr.bin/m4/
H A Dexpr.c28 int yyerror(const char *msg);
34 yyerror(const char *msg) function
/freebsd-10.0-release/contrib/unbound/util/
H A Dconfigparser.y175 yyerror("out of memory");
191 yyerror("out of memory");
202 yyerror("number expected");
211 yyerror("number expected");
222 yyerror("number expected");
231 yyerror("expected yes or no.");
240 yyerror("expected yes or no.");
249 yyerror("port number expected");
262 yyerror("out of memory");
276 yyerror("ou
[all...]
H A Dconfigparser.c77 /* Parameters sent to yyerror. */
79 #define YYERROR_DECL() yyerror(const char *s)
82 #define YYERROR_CALL(msg) yyerror(msg)
978 yyerror("syntax error");
1067 yyerror("out of memory");
1080 yyerror("out of memory");
1088 yyerror("number expected");
1098 yyerror("number expected");
1110 yyerror("number expected");
1120 yyerror("expecte
[all...]
/freebsd-10.0-release/usr.bin/csup/
H A Dtoken.h31 void yyerror(const char *);
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddlltool.h37 extern int yyerror (const char *);
/freebsd-10.0-release/usr.bin/colldef/
H A Dparse.y44 void yyerror(const char *fmt, ...) __printflike(1, 2);
91 yyerror("Charmap symbol name '%s' is too long", $1);
97 yyerror("NUL character can't be substituted");
99 yyerror("Char 0x%02x substitution is recursive", $2);
101 yyerror("Char 0x%02x substitution is too long", $2);
114 yyerror("Char 0x%02x not found", ch);
116 yyerror("Char 0x%02x can't be ordered since substituted", ch);
121 yyerror("can't grow chain table");
185 yyerror("\\0 can't be chained");
193 yyerror("\\
[all...]
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldmisc.h30 extern void yyerror (const char *);
/freebsd-10.0-release/crypto/heimdal/lib/sl/
H A Dslc.h54 void yyerror (char *s);
/freebsd-10.0-release/usr.bin/bc/
H A Dextern.h28 void yyerror(const char *);
/freebsd-10.0-release/contrib/amd/amd/
H A Dconf_parse.y55 static int yyerror(const char *s);
120 yyerror("syntax error");
130 yyerror("syntax error");
140 yyerror("syntax error");
151 yyerror(const char *s)
/freebsd-10.0-release/sbin/pfctl/
H A Dparse.y94 int yyerror(const char *, ...);
532 yyerror("failed to include file %s", $2);
563 yyerror("unknown ruleset-optimization %s", $1);
575 yyerror("unknown optimization %s", $3);
597 yyerror("error setting loginterface %s", $3);
605 yyerror("hostid must be non-zero");
609 yyerror("error setting hostid %08x", $3);
643 yyerror("error loading "
669 yyerror("error setting debuglevel %s", $3);
677 yyerror("erro
[all...]
/freebsd-10.0-release/usr.sbin/ndiscvt/
H A Dinf-token.l48 void yyerror(const char *);
128 yyerror(const char *s)
/freebsd-10.0-release/contrib/com_err/
H A Dparse.y38 void yyerror (char *s);
153 yyerror("table name too long");
159 yyerror("invalid character in table name");
171 yyerror (char *s)

Completed in 190 milliseconds

12345678