Home
last modified time | relevance | path

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

12345

/freebsd/contrib/byacc/test/
H A Dempty.y4 #define YYERROR_DECL() yyerror(const char *s) macro
6 static void YYERROR_DECL();
22 YYERROR_DECL() { in YYERROR_DECL() function
H A Dinherit0.y6 #define YYERROR_DECL() yyerror(const char *s) macro
8 extern void YYERROR_DECL();
48 extern void YYERROR_DECL();
H A Dpure_calc.y12 #define YYERROR_DECL() yyerror(const char *s) macro
14 static void YYERROR_DECL();
88 YYERROR_DECL() in YYERROR_DECL() function
H A Dcalc2.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
H A Dinherit1.y18 #define YYERROR_DECL() yyerror(const char *s) macro
20 extern void YYERROR_DECL();
76 extern void YYERROR_DECL();
H A Dcalc3.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
H A Derr_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
H A Dpure_error.y7 #define YYERROR_DECL() yyerror(const char *s) macro
9 static void YYERROR_DECL();
H A Dok_syntax1.y16 #define YYERROR_DECL() yyerror(int regs[26], int *base, const char *s) macro
18 static void YYERROR_DECL();
125 YYERROR_DECL()
H A Derr_inherit2.y18 #define YYERROR_DECL() yyerror(const char *s) macro
80 extern void YYERROR_DECL();
H A Derr_inherit3.y18 #define YYERROR_DECL() yyerror(const char *s) macro
80 extern void YYERROR_DECL();
H A Derr_inherit4.y19 #define YYERROR_DECL() yyerror(const char *s) macro
82 extern void YYERROR_DECL();
H A Derr_inherit5.y18 #define YYERROR_DECL() yyerror(const char *s) macro
80 extern void YYERROR_DECL();
H A Dinherit2.y18 #define YYERROR_DECL() yyerror(const char *s) macro
80 extern void YYERROR_DECL();
H A Dbtyacc_destroy1.y25 #define YYERROR_DECL() yyerror(const char *s)
91 extern void YYERROR_DECL();
H A Dbtyacc_destroy2.y25 #define YYERROR_DECL() yyerror(const char *s)
91 extern void YYERROR_DECL();
H A Dbtyacc_destroy3.y28 #define YYERROR_DECL() yyerror(const char *s)
94 extern void YYERROR_DECL();
/freebsd/contrib/byacc/test/yacc/
H A Drename_debug.i45 #ifndef YYERROR_DECL
46 #define YYERROR_DECL() yyerror(const char *s) macro
H A Dempty.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
242 YYERROR_DECL() { in YYERROR_DECL() function
H A Dpure_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
332 YYERROR_DECL() in YYERROR_DECL() function
H A Dcalc2.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
337 YYERROR_DECL() in YYERROR_DECL() function
H A Dcalc3.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
334 YYERROR_DECL() in YYERROR_DECL() function
H A Dok_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
358 YYERROR_DECL() in YYERROR_DECL() function
H A Dpure_error.tab.c106 #define YYERROR_DECL() yyerror(const char *s) macro
108 static void YYERROR_DECL();
145 #ifndef YYERROR_DECL
146 #define YYERROR_DECL() yyerror(const char *s) macro
/freebsd/contrib/byacc/test/btyacc/
H A Drename_debug.i45 #ifndef YYERROR_DECL
46 #define YYERROR_DECL() yyerror(const char *s) macro

12345