Searched refs:yyerror (Results 51 - 75 of 96) sorted by relevance

1234

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd_parser.y26 void yyerror( const char* error );
381 void yyerror( const char *str )
/macosx-10.10.1/ruby-106/ruby/ext/ripper/
H A Dripper.y308 #define yyerror(msg) parser_yyerror(parser, (msg))
1031 yyerror("BEGIN is permitted only at toplevel");
1080 yyerror("can't make alias for the number variables");
1686 yyerror("dynamic constant assignment");
1690 yyerror("dynamic constant assignment");
1698 yyerror("dynamic constant assignment");
1770 yyerror("dynamic constant assignment");
1783 yyerror("dynamic constant assignment");
1806 yyerror("class/module name must be CONSTANT");
2894 yyerror("clas
[all...]
H A Dripper.c368 #define yyerror(msg) parser_yyerror(parser, (msg)) macro
4391 /* Like YYERROR except do call yyerror. This remains here temporarily
4712 quotes and backslashes, so that it's suitable for yyerror. The
5461 yyerror("BEGIN is permitted only at toplevel");
5541 yyerror("can't make alias for the number variables");
6424 yyerror("dynamic constant assignment");
6428 yyerror("dynamic constant assignment");
6441 yyerror("dynamic constant assignment");
6551 yyerror("dynamic constant assignment");
6569 yyerror("dynami
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOCFUnserialize.tab.c115 #define yyerror IOCFUnserializeerror macro
208 #undef yyerror macro
209 #define yyerror(s) IOCFUnserializeerror(STATE, (s)) macro
692 /* Like YYERROR except do call yyerror. This remains here temporarily
712 yyerror (YY_("syntax error: cannot back up")); \
1007 quotes and backslashes, so that it's suitable for yyerror. The
1498 { yyerror("unexpected end of buffer");
1514 { yyerror("syntax error");
1560 yyerror("forward reference detected");
1684 yyerror (YY
[all...]
/macosx-10.10.1/apache-793/httpd/server/
H A Dutil_expr_parse.y212 void yyerror(ap_expr_parse_ctx_t *ctx, const char *s)
/macosx-10.10.1/bc-21/bc/bc/
H A Dsbc.y140 yyerror ("Break outside a for/while");
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_parser.h270 extern void yyerror(const char *, ...);
/macosx-10.10.1/groff-38/groff/src/preproc/eqn/
H A Deqn.y28 void yyerror(const char *);
/macosx-10.10.1/sudo-73/src/
H A Dgetdate.c113 static int yyerror __P((char *s));
585 yyerror(s)
1165 yyerror("syntax error");
1576 yyerror("yacc stack overflow");
584 yyerror(s) function
H A Dgetdate.y101 static int yyerror __P((char *s));
517 yyerror(s)
/macosx-10.10.1/xnu-2782.1.97/SETUP/config/
H A Dparser.y239 yyerror(const char *s)
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSUnserializeXML.cpp114 #define yyerror OSUnserializeXMLerror macro
199 #undef yyerror macro
200 #define yyerror(s) OSUnserializeerror(STATE, (s)) macro
695 /* Like YYERROR except do call yyerror. This remains here temporarily
715 yyerror (YY_("syntax error: cannot back up")); \
1010 quotes and backslashes, so that it's suitable for yyerror. The
1501 { yyerror("unexpected end of buffer");
1517 { yyerror("syntax error");
1528 yyerror("maximum object count");
1540 yyerror("maximu
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dparse.c368 #define yyerror(msg) parser_yyerror(parser, (msg)) macro
4391 /* Like YYERROR except do call yyerror. This remains here temporarily
4712 quotes and backslashes, so that it's suitable for yyerror. The
5461 yyerror("BEGIN is permitted only at toplevel");
5541 yyerror("can't make alias for the number variables");
6424 yyerror("dynamic constant assignment");
6428 yyerror("dynamic constant assignment");
6441 yyerror("dynamic constant assignment");
6551 yyerror("dynamic constant assignment");
6569 yyerror("dynami
[all...]
/macosx-10.10.1/shell_cmds-179/expr/
H A Dexpr.y75 int yyerror(const char *);
315 yyerror(const char *s __unused)
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclDate.c64 #define yyerror TclDateerror macro
792 /* Like YYERROR except do call yyerror. This remains here temporarily
812 yyerror (&yylloc, info, YY_("syntax error: cannot back up")); \
1117 quotes and backslashes, so that it's suitable for yyerror. The
2113 yyerror (&yylloc, info, YY_("syntax error"));
2137 yyerror (&yylloc, info, yymsg);
2141 yyerror (&yylloc, info, YY_("syntax error"));
2265 yyerror (&yylloc, info, YY_("memory exhausted"));
/macosx-10.10.1/CPANInternal-159.1/Parse-Yapp-1.05/lib/Parse/Yapp/
H A DParse.pm1058 $self->YYParse(yylex => \&_Lexer, yyerror => \&_Error);
/macosx-10.10.1/groff-38/groff/src/preproc/refer/
H A Dlabel.cpp19 void yyerror(const char *);
543 void yyerror(const char *message) function
1319 yyerror("syntax error");
1615 yyerror("yacc stack overflow");
/macosx-10.10.1/awk-20/src/
H A Dytabc.bak1794 /* Like YYERROR except do call yyerror. This remains here temporarily
1814 yyerror ("syntax error: cannot back up");\
3233 yyerror (yymsg);
3237 yyerror ("syntax error; also virtual memory exhausted");
3241 yyerror ("syntax error");
3362 yyerror ("parser stack overflow");
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dnlmheader.y91 #define yyerror(msg) nlmheader_error (msg);
H A Dwindres.h799 extern void yyerror (const char *);
/macosx-10.10.1/ruby-106/ruby/lib/racc/
H A Dparser.rb410 when 1 # yyerror
535 def yyerror method in class:Racc
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dftpcmd.y1335 yyerror(NULL);
1343 yyerror(char *s)
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dasn1parse.y55 void yyerror (const char *);
969 yyerror (const char *s)
/macosx-10.10.1/adv_cmds-158/mklocale/
H A Dyacc.y66 void yyerror(const char *s);
301 yyerror(s)
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dgetdate.c314 static int yyerror (parser_control const *, char const *);
843 /* Like YYERROR except do call yyerror. This remains here temporarily
863 yyerror (pc, YY_("syntax error: cannot back up")); \
1162 quotes and backslashes, so that it's suitable for yyerror. The
2187 yyerror (pc, YY_("syntax error"));
2211 yyerror (pc, yymsg);
2215 yyerror (pc, YY_("syntax error"));
2333 yyerror (pc, YY_("memory exhausted"));
2882 yyerror (parser_control const *pc ATTRIBUTE_UNUSED,
2878 yyerror (parser_control const *pc ATTRIBUTE_UNUSED, function

Completed in 365 milliseconds

1234