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

123456789

/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/fsinfo/
H A Dnull_lex.l6 void yyerror(const char *fmt, ...) {}
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/TEMPLATE/
H A Dparser.y40 int yyerror(char* msg);
51 int yyerror(char* msg) {
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/examples/manual/
H A Dyymore.lex9 void yyerror(char *message)
22 <STRING><<EOF>> yyerror("EOF in string."); BEGIN(INITIAL);
23 <STRING>\n yyerror("Unterminated string."); BEGIN(INITIAL);
H A Dyymore2.lex9 void yyerror(char *message)
22 <STRING><<EOF>> yyerror("EOF in string."); BEGIN(INITIAL);
23 <STRING>\n yyerror("Unterminated string."); BEGIN(INITIAL);
H A Dexpr.lex29 . { yyerror("Illegal character");
/netbsd-6-1-5-RELEASE/sbin/cgdconfig/
H A Dextern.h6 void yyerror(const char *);
/netbsd-6-1-5-RELEASE/lib/liby/
H A DMakefile7 SRCS= main.c yyerror.c
H A Dyyerror.c33 static char sccsid[] = "@(#)yyerror.c 8.1 (Berkeley) 6/4/93";
35 __RCSID("$NetBSD: yyerror.c,v 1.8.56.1 2012/04/23 16:48:57 riz Exp $");
42 int yyerror __P((char *));
45 yyerror(msg) function
/netbsd-6-1-5-RELEASE/usr.bin/mkcsmapper/
H A Dldef.h40 extern int yyerror(const char *);
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/test/
H A Dcode_error.y28 yyerror(const char* s)
H A Derror.y28 yyerror(const char* s)
H A Dpure_error.y28 yyerror(const char* s)
/netbsd-6-1-5-RELEASE/usr.bin/m4/
H A Dexpr.c34 extern int yyerror(const char *);
37 yyerror(const char *msg) function
/netbsd-6-1-5-RELEASE/games/atc/
H A Dgrammar.y75 static int yyerror(const char *);
83 yyerror("Need at least 2 airports and/or exits.");
104 return (yyerror("Redefinition of 'update'."));
106 return (yyerror("'update' is too small."));
116 return (yyerror("Redefinition of 'newplane'."));
118 return (yyerror("'newplane' is too small."));
128 return (yyerror("Redefinition of 'height'."));
130 return (yyerror("'height' is too small."));
140 return (yyerror("Redefinition of 'width'."));
142 return (yyerror("'widt
[all...]
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dcftoken_proto.h40 extern void yyerror __P((const char *, ...));
H A Dcfparse.y180 yyerror("no exchange mode specified.\n");
196 yyerror("ASN1 ID not specified "
219 yyerror("DH group must be equal "
228 yyerror("DH group must be set in the proposal.\n");
235 yyerror("failed to set DH value.\n");
404 yyerror("unknown user \"%s\"", $2->v);
418 yyerror("unknown group \"%s\"", $2->v);
440 yyerror("copy string fatal error: %s", $3->v);
445 yyerror("invalid path type %d", $2);
485 yyerror("invali
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/pf/pfs/
H A Dparser.h32 void yyerror(const char*);
/netbsd-6-1-5-RELEASE/usr.bin/mkesdb/
H A Dldef.h33 extern int yyerror(const char *);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Ddlltool.h37 extern int yyerror (const char *);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dbfin-parse.y167 int yyerror (char *);
182 yyerror (char *msg)
231 yyerror ("Dregs expected");
237 yyerror ("Bad register pair");
243 yyerror ("Bad register pair");
256 return yyerror ("Source multiplication register mismatch");
298 return yyerror ("Bad opt mode");
306 return yyerror ("(M) not allowed with A0MAC");
308 return yyerror ("Vector AxMACs can't be same");
316 return yyerror ("(
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/test-bison-nr/
H A Dparser.y40 int yyerror(char* msg);
83 yyerror("Parse failed: Line numbers do not match.");
94 int yyerror(char* msg) {
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tests/test-bison-yylloc/
H A Dparser.y40 int yyerror(char* msg);
83 yyerror("Parse failed: Line numbers do not match.");
94 int yyerror(char* msg) {
/netbsd-6-1-5-RELEASE/usr.bin/msgc/
H A Dmsgscan.l86 <COMMENT><<EOF>> { yyerror ("EOF inside a comment."); exit (1); }
112 yyerror ("illegal character: ^%c",yytext[0] + '@');
115 yyerror ("illegal character: \\%3d", (int) yytext[0]);
117 yyerror ("illegal character: %s",yytext);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dslc.h56 void yyerror (char *s);
/netbsd-6-1-5-RELEASE/sys/arch/hpc/hpc/platid_gen/
H A Dscan.l47 void yyerror(const char *);
102 yyerror( "EOF in comment" );

Completed in 169 milliseconds

123456789