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

123456

/freebsd-9.3-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-9.3-release/usr.bin/mkesdb/
H A Dldef.h31 extern int yyerror(const char *);
H A Dlex.l63 yyerror("unexpected file end (unterminated comment)\n");
/freebsd-9.3-release/usr.bin/m4/
H A Dexpr.c28 int yyerror(const char *msg);
34 yyerror(const char *msg) function
H A Dparser.y25 extern int yyerror(const char *);
53 yyerror("division by zero");
60 yyerror("modulo zero");
/freebsd-9.3-release/usr.bin/yacc/test/
H A Derror.y6 yyerror(s)char*s;{printf("%s\n",s);}
/freebsd-9.3-release/usr.bin/csup/
H A Dtoken.h31 void yyerror(const char *);
/freebsd-9.3-release/usr.bin/mkcsmapper/
H A Dldef.h40 extern int yyerror(const char *);
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddlltool.h37 extern int yyerror (const char *);
H A Darparse.y34 static int yyerror (const char *);
95 | FILENAME { yyerror("foo"); }
197 yyerror (const char *x ATTRIBUTE_UNUSED)
/freebsd-9.3-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-9.3-release/contrib/binutils/ld/
H A Dldmisc.h30 extern void yyerror (const char *);
/freebsd-9.3-release/crypto/heimdal/lib/sl/
H A Dslc.h54 void yyerror (char *s);
/freebsd-9.3-release/usr.bin/bc/
H A Dextern.h28 void yyerror(const char *);
/freebsd-9.3-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-9.3-release/contrib/pf/pfctl/
H A Dparse.y94 int yyerror(const char *, ...);
533 yyerror("failed to include file %s", $2);
564 yyerror("unknown ruleset-optimization %s", $1);
576 yyerror("unknown optimization %s", $3);
598 yyerror("error setting loginterface %s", $3);
606 yyerror("hostid must be non-zero");
610 yyerror("error setting hostid %08x", $3);
644 yyerror("error loading "
670 yyerror("error setting debuglevel %s", $3);
678 yyerror("erro
[all...]
/freebsd-9.3-release/usr.sbin/ndiscvt/
H A Dinf-token.l48 void yyerror(const char *);
128 yyerror(const char *s)
/freebsd-9.3-release/contrib/com_err/
H A Dparse.y42 void yyerror (char *s);
154 yyerror("table name too long");
160 yyerror("invalid character in table name");
172 yyerror (char *s)
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dlexer.h33 extern void yyerror __P((char *));
/freebsd-9.3-release/crypto/heimdal/lib/com_err/
H A Dparse.y40 void yyerror (char *s);
152 yyerror("table name too long");
158 yyerror("invalid character in table name");
170 yyerror (char *s)
/freebsd-9.3-release/sbin/devd/
H A Ddevd.h50 void yyerror(const char *s);
/freebsd-9.3-release/sbin/setkey/
H A Dparse.y85 extern void yyerror(const char *);
169 yyerror("multiple address specified");
173 yyerror("WARNING: mode is obsolete");
200 yyerror("WARNING: mode is obsolete");
269 yyerror("invalid SPI");
273 yyerror("SPI too big.");
300 yyerror("unsupported algorithm");
308 yyerror("unsupported algorithm");
319 yyerror("unsupported algorithm");
328 yyerror(ipsec_strerro
[all...]
/freebsd-9.3-release/contrib/dtc/
H A Ddtc-parser.y31 extern void yyerror(char const *s);
275 yyerror("syntax error: properties must precede subnodes");
300 void yyerror(char const *s)
314 yyerror("bad characters in literal");
317 yyerror("literal out of range");
319 yyerror("bad literal");
/freebsd-9.3-release/bin/sh/
H A Darith_yacc.c87 static __dead2 void yyerror(const char *s) function
101 yyerror("variable not set");
107 yyerror("variable conversion error");
129 yyerror("division by zero");
131 yyerror("divide error");
175 yyerror("expecting ')'");
199 yyerror("expecting primary");
290 yyerror("expecting ':'");
336 yyerror("expecting EOF");

Completed in 712 milliseconds

123456