Home
last modified time | relevance | path

Searched refs:YYERROR_DECL (Results 1 – 25 of 87) sorted by relevance

1234

/trueos/contrib/byacc/test/
HDempty.y4 #define YYERROR_DECL() yyerror(const char *s) macro
6 static void YYERROR_DECL();
22 YYERROR_DECL() { in YYERROR_DECL() function
HDinherit0.y6 #define YYERROR_DECL() yyerror(const char *s) macro
8 extern void YYERROR_DECL();
48 extern void YYERROR_DECL();
HDpure_calc.y12 #define YYERROR_DECL() yyerror(const char *s) macro
14 static void YYERROR_DECL();
88 YYERROR_DECL() in YYERROR_DECL() function
HDinherit1.y18 #define YYERROR_DECL() yyerror(const char *s) macro
20 extern void YYERROR_DECL();
76 extern void YYERROR_DECL();
HDcalc2.y13 #define YYERROR_DECL() yyerror(int regs[26], int *base, const char *s) macro
15 static void YYERROR_DECL();
94 YYERROR_DECL() in YYERROR_DECL() function
HDerr_syntax27.y16 #define YYERROR_DECL() yyerror(int regs[26], int *base, const char *s) macro
18 static void YYERROR_DECL();
97 YYERROR_DECL() in YYERROR_DECL() function
HDcalc3.y16 #define YYERROR_DECL() yyerror(int regs[26], int *base, const char *s) macro
18 static void YYERROR_DECL();
97 YYERROR_DECL() in YYERROR_DECL() function
HDok_syntax1.y16 #define YYERROR_DECL() yyerror(int regs[26], int *base, const char *s) macro
18 static void YYERROR_DECL();
125 YYERROR_DECL()
HDpure_error.y7 #define YYERROR_DECL() yyerror(const char *s) macro
9 static void YYERROR_DECL();
HDerr_inherit2.y18 #define YYERROR_DECL() yyerror(const char *s) macro
80 extern void YYERROR_DECL();
HDerr_inherit4.y19 #define YYERROR_DECL() yyerror(const char *s) macro
82 extern void YYERROR_DECL();
HDinherit2.y18 #define YYERROR_DECL() yyerror(const char *s) macro
80 extern void YYERROR_DECL();
HDerr_inherit3.y18 #define YYERROR_DECL() yyerror(const char *s) macro
80 extern void YYERROR_DECL();
HDerr_inherit5.y18 #define YYERROR_DECL() yyerror(const char *s) macro
80 extern void YYERROR_DECL();
HDbtyacc_destroy1.y25 #define YYERROR_DECL() yyerror(const char *s)
91 extern void YYERROR_DECL();
HDbtyacc_destroy3.y28 #define YYERROR_DECL() yyerror(const char *s)
94 extern void YYERROR_DECL();
HDbtyacc_destroy2.y25 #define YYERROR_DECL() yyerror(const char *s)
91 extern void YYERROR_DECL();
/trueos/contrib/byacc/test/yacc/
HDrename_debug.i41 #ifndef YYERROR_DECL
42 #define YYERROR_DECL() yyerror(const char *s) macro
HDempty.tab.c103 #define YYERROR_DECL() yyerror(const char *s) macro
105 static void YYERROR_DECL();
137 #ifndef YYERROR_DECL
138 #define YYERROR_DECL() yyerror(const char *s) macro
240 YYERROR_DECL() { in YYERROR_DECL() function
HDpure_calc.tab.c111 #define YYERROR_DECL() yyerror(const char *s) macro
113 static void YYERROR_DECL();
150 #ifndef YYERROR_DECL
151 #define YYERROR_DECL() yyerror(const char *s) macro
331 YYERROR_DECL() in YYERROR_DECL() function
HDcalc3.tab.c108 #define YYERROR_DECL() yyerror(int regs[26], int *base, const char *s) macro
110 static void YYERROR_DECL();
147 #ifndef YYERROR_DECL
148 #define YYERROR_DECL() yyerror(int regs[26], int *base, const char *s) macro
333 YYERROR_DECL() in YYERROR_DECL() function
HDcalc2.tab.c107 #define YYERROR_DECL() yyerror(int regs[26], int *base, const char *s) macro
109 static void YYERROR_DECL();
142 #ifndef YYERROR_DECL
143 #define YYERROR_DECL() yyerror(int regs[26], int *base, const char *s) macro
335 YYERROR_DECL() in YYERROR_DECL() function
HDok_syntax1.tab.c108 #define YYERROR_DECL() yyerror(int regs[26], int *base, const char *s) macro
110 static void YYERROR_DECL();
155 #ifndef YYERROR_DECL
156 #define YYERROR_DECL() yyerror(int regs[26], int *base, const char *s) macro
357 YYERROR_DECL() in YYERROR_DECL() function
/trueos/contrib/byacc/test/btyacc/
HDcode_debug.i41 #ifndef YYERROR_DECL
42 #define YYERROR_DECL() yyerror(const char *s) macro
HDrename_debug.i41 #ifndef YYERROR_DECL
42 #define YYERROR_DECL() yyerror(const char *s) macro

1234