Searched refs:YYERROR_DECL (Results 1 - 25 of 88) sorted by relevance

1234

/freebsd-11-stable/contrib/byacc/test/
H A Dempty.y4 #define YYERROR_DECL() yyerror(const char *s)
6 static void YYERROR_DECL();
22 YYERROR_DECL() {
H A Dinherit0.y6 #define YYERROR_DECL() yyerror(const char *s)
8 extern void YYERROR_DECL();
48 extern void YYERROR_DECL();
H A Dpure_error.y7 #define YYERROR_DECL() yyerror(const char *s)
9 static void YYERROR_DECL();
H A Dcalc2.y13 #define YYERROR_DECL() yyerror(int regs[26], int *base, const char *s)
15 static void YYERROR_DECL();
94 YYERROR_DECL()
H A Dcalc3.y16 #define YYERROR_DECL() yyerror(int regs[26], int *base, const char *s)
18 static void YYERROR_DECL();
97 YYERROR_DECL()
H A Derr_syntax27.y16 #define YYERROR_DECL() yyerror(int regs[26], int *base, const char *s)
18 static void YYERROR_DECL();
97 YYERROR_DECL()
H A Dinherit1.y18 #define YYERROR_DECL() yyerror(const char *s)
20 extern void YYERROR_DECL();
76 extern void YYERROR_DECL();
H A Dpure_calc.y12 #define YYERROR_DECL() yyerror(const char *s)
14 static void YYERROR_DECL();
88 YYERROR_DECL()
H A Dok_syntax1.y16 #define YYERROR_DECL() yyerror(int regs[26], int *base, const char *s)
18 static void YYERROR_DECL();
125 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();
H A Derr_inherit2.y18 #define YYERROR_DECL() yyerror(const char *s)
80 extern void YYERROR_DECL();
H A Derr_inherit3.y18 #define YYERROR_DECL() yyerror(const char *s)
80 extern void YYERROR_DECL();
H A Derr_inherit5.y18 #define YYERROR_DECL() yyerror(const char *s)
80 extern void YYERROR_DECL();
H A Dinherit2.y18 #define YYERROR_DECL() yyerror(const char *s)
80 extern void YYERROR_DECL();
H A Derr_inherit4.y19 #define YYERROR_DECL() yyerror(const char *s)
82 extern void YYERROR_DECL();
H A Derr_inherit1.y18 #define YYERROR_DECL() yyerror(const char *s)
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dcode_debug.i41 #ifndef YYERROR_DECL
42 #define YYERROR_DECL() yyerror(const char *s)
H A Drename_debug.i41 #ifndef YYERROR_DECL
42 #define YYERROR_DECL() yyerror(const char *s)
/freebsd-11-stable/contrib/byacc/test/yacc/
H A Drename_debug.i41 #ifndef YYERROR_DECL
42 #define YYERROR_DECL() yyerror(const char *s)
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
240 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
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
333 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
335 YYERROR_DECL() function

Completed in 128 milliseconds

1234