Searched refs:yyerror (Results 26 - 50 of 250) sorted by relevance

12345678910

/freebsd-12-stable/contrib/byacc/test/
H A Derr_syntax13.y3 static void yyerror(const char *);
29 yyerror(const char* s)
H A Derr_syntax14.y3 static void yyerror(const char *);
29 yyerror(const char* s)
H A Derr_syntax9.y3 static void yyerror(const char *);
29 yyerror(const char* s)
H A Derr_syntax21.y3 static void yyerror(const char *);
33 yyerror(const char* s)
H A Derr_syntax22.y3 static void yyerror(const char *);
41 yyerror(const char* s)
H A Derr_syntax23.y3 static void yyerror(const char *);
43 yyerror(const char* s)
H A Derr_syntax24.y3 static void yyerror(const char *);
43 yyerror(const char* s)
H A Derr_syntax25.y3 static void yyerror(const char *);
48 yyerror(const char* s)
H A Dempty.y4 #define YYERROR_DECL() yyerror(const char *s)
H A Dpure_error.y7 #define YYERROR_DECL() yyerror(const char *s)
38 yyerror(const char* s)
/freebsd-12-stable/lib/liby/
H A Dyyerror.c36 static char sccsid[] = "@(#)yyerror.c 8.1 (Berkeley) 6/4/93";
41 #include "yyerror.h"
44 yyerror(const char *msg) function
H A DMakefile5 SRCS= main.c yyerror.c
/freebsd-12-stable/usr.bin/mkcsmapper/
H A Dldef.h42 extern int yyerror(const char *);
/freebsd-12-stable/usr.bin/mkesdb/
H A Dldef.h33 extern int yyerror(const char *);
/freebsd-12-stable/usr.bin/m4/
H A Dexpr.c28 int yyerror(const char *msg);
34 yyerror(const char *msg) function
/freebsd-12-stable/contrib/unbound/util/
H A Dconfigparser.y313 yyerror("out of memory");
330 yyerror("out of memory");
346 yyerror("view without name");
349 yyerror("out of memory");
371 yyerror("out of memory");
390 yyerror("could not parse tags, (define-tag them first)");
406 yyerror("rpz-action-override action: expected nxdomain, "
429 yyerror("expected yes or no.");
457 yyerror("out of memory");
470 yyerror("numbe
[all...]
/freebsd-12-stable/contrib/binutils/binutils/
H A Ddlltool.h37 extern int yyerror (const char *);
/freebsd-12-stable/contrib/byacc/test/btyacc/
H A Drename_debug.i9 static void yyerror(const char *);
40 /* Parameters sent to yyerror. */
42 #define YYERROR_DECL() yyerror(const char *s)
45 #define YYERROR_CALL(msg) yyerror(msg)
H A Dcode_debug.i9 static void yyerror(const char *);
40 /* Parameters sent to yyerror. */
42 #define YYERROR_DECL() yyerror(const char *s)
45 #define YYERROR_CALL(msg) yyerror(msg)
/freebsd-12-stable/contrib/byacc/test/yacc/
H A Drename_debug.i9 static void yyerror(const char *);
40 /* Parameters sent to yyerror. */
42 #define YYERROR_DECL() yyerror(const char *s)
45 #define YYERROR_CALL(msg) yyerror(msg)
/freebsd-12-stable/usr.bin/colldef/
H A Dparse.y47 void yyerror(const char *fmt, ...) __printflike(1, 2);
112 yyerror("Charmap symbol name '%s' is too long", $1);
118 yyerror("NUL character can't be substituted");
120 yyerror("Char 0x%02x substitution is recursive", $2);
122 yyerror("Char 0x%02x substitution is too long", $2);
135 yyerror("Char 0x%02x not found", ch);
137 yyerror("Char 0x%02x can't be ordered since substituted", ch);
142 yyerror("can't grow chain table");
206 yyerror("\\0 can't be chained");
214 yyerror("\\
[all...]
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dlexer.h29 extern void yyerror(char *);
/freebsd-12-stable/contrib/binutils/ld/
H A Dldmisc.h30 extern void yyerror (const char *);
/freebsd-12-stable/crypto/heimdal/lib/sl/
H A Dslc.h54 void yyerror (char *s);
/freebsd-12-stable/contrib/amd/amd/
H A Dconf_parse.y51 static int yyerror(const char *s);
116 yyerror("syntax error");
126 yyerror("syntax error");
136 yyerror("syntax error");
147 yyerror(const char *s)

Completed in 210 milliseconds

12345678910