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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Demp_ematch.y22 extern void yyerror(char *s);
97 void yyerror(char *s)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-gram-gen.c129 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
140 #define yyerror po_gram_error macro
684 /* Like YYERROR except do call yyerror. This remains here temporarily
704 yyerror (YY_("syntax error: cannot back up")); \
999 quotes and backslashes, so that it's suitable for yyerror. The
1819 yyerror (YY_("syntax error"));
1843 yyerror (yymsg);
1847 yyerror (YY_("syntax error"));
1965 yyerror (YY_("memory exhausted"));
H A Dpo-gram-gen.y42 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc),
53 #define yyerror po_gram_error
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dplural.y60 static void yyerror (const char *str);
382 yyerror (const char *str)
H A Dplural.c64 #define yyerror __gettexterror macro
190 static void yyerror (const char *str);
667 /* Like YYERROR except do call yyerror. This remains here temporarily
687 yyerror (YY_("syntax error: cannot back up")); \
985 quotes and backslashes, so that it's suitable for yyerror. The
1610 yyerror (YY_("syntax error"));
1634 yyerror (yymsg);
1638 yyerror (YY_("syntax error"));
1753 yyerror (YY_("memory exhausted"));
1960 yyerror (cons
1957 yyerror (const char *str) function
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/genksyms/
H A Dparse.y35 static void yyerror(const char *);
467 yyerror(const char *e)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.tab.c51 #define yyerror zconferror macro
692 /* Like YYERROR except do call yyerror. This remains here temporarily
712 yyerror ("syntax error: cannot back up");\
1799 yyerror (yymsg);
1803 yyerror ("syntax error; also virtual memory exhausted");
1807 yyerror ("syntax error");
1928 yyerror ("parser stack overflow");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dzconf.tab.c54 #define yyerror zconferror macro
748 /* Like YYERROR except do call yyerror. This remains here temporarily
768 yyerror (YY_("syntax error: cannot back up")); \
993 quotes and backslashes, so that it's suitable for yyerror. The
1955 yyerror (yymsg);
1960 yyerror (YY_("syntax error"));
1966 yyerror (YY_("syntax error"));
2074 yyerror (YY_("memory exhausted"));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dgetdate.c255 static int yyerror ();
641 /* Like YYERROR except do call yyerror. This remains here temporarily
661 yyerror ("syntax error: cannot back up");\
1669 yyerror (yymsg);
1673 yyerror ("syntax error; also virtual memory exhausted");
1677 yyerror ("syntax error");
1776 yyerror ("parser stack overflow");
2214 yyerror (char *s ATTRIBUTE_UNUSED)
2209 yyerror (char *s ATTRIBUTE_UNUSED) function
H A Dgetdate.y160 static int yyerror ();
867 yyerror (char *s ATTRIBUTE_UNUSED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/
H A Dparse.c532 /* yyerror - eat up an error message from the parser;
536 void yyerror( msg ) function
614 yyerror("syntax error");
1447 yyerror("yacc stack overflow");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dgram.y34 static void yyerror(char *msg);
694 yyerror(char *msg)
H A Dgram.c186 static void yyerror(char *msg);
807 /* Like YYERROR except do call yyerror. This remains here temporarily
827 yyerror (YY_("syntax error: cannot back up")); \
1122 quotes and backslashes, so that it's suitable for yyerror. The
2274 yyerror (YY_("syntax error"));
2298 yyerror (yymsg);
2302 yyerror (YY_("syntax error"));
2420 yyerror (YY_("memory exhausted"));
2472 yyerror(char *msg)
2469 yyerror(char *msg) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dssfilter.y31 static void yyerror(char *s)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dflexdef.h980 extern void yyerror PROTO((char [])); /* report a parse error */
H A Dparse.y906 /* yyerror - eat up an error message from the parser;
910 void yyerror( msg )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y109 void yyerror(const char *string);
1948 yyerror(const char *string)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dmsh.c1584 static void yyerror(const char *s) ATTRIBUTE_NORETURN;
1585 static void yyerror(const char *s) function
1599 yyerror("syntax error");
2325 yyerror(s);

Completed in 178 milliseconds