Home
last modified time | relevance | path

Searched refs:yyparse (Results 1 – 25 of 215) sorted by relevance

123456789

/freebsd/contrib/byacc/test/yacc/
H A Drename_debug.i23 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
25 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
28 # define YYPARSE_DECL() yyparse(void)
H A Derr_syntax18.tab.c17 #ifndef yyparse
18 #define yyparse err_syntax18_parse macro
115 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
117 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
120 # define YYPARSE_DECL() yyparse(void)
237 printf("yyparse() = %d\n", yyparse()); in main()
H A Derr_syntax20.tab.c17 #ifndef yyparse
18 #define yyparse err_syntax20_parse macro
109 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
111 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
114 # define YYPARSE_DECL() yyparse(void)
233 printf("yyparse() = %d\n", yyparse()); in main()
H A Dpure_error.tab.c17 #ifndef yyparse
18 #define yyparse error_parse macro
123 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
125 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
128 # define YYPARSE_DECL() yyparse(void)
243 printf("yyparse() = %d\n", yyparse()); in main()
H A Derror.tab.c17 #ifndef yyparse
18 #define yyparse error_parse macro
115 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
117 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
120 # define YYPARSE_DECL() yyparse(void)
235 printf("yyparse() = %d\n", yyparse()); in main()
H A Dcode_error.code.c17 #ifndef yyparse
18 #define yyparse error_parse macro
119 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
121 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
124 # define YYPARSE_DECL() yyparse(void)
219 printf("yyparse() = %d\n", yyparse()); in main()
H A Derr_syntax10.tab.c17 #ifndef yyparse
18 #define yyparse err_syntax10_parse macro
109 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
111 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
114 # define YYPARSE_DECL() yyparse(void)
229 printf("yyparse() = %d\n", yyparse()); in main()
H A Derr_syntax11.tab.c17 #ifndef yyparse
18 #define yyparse err_syntax11_parse macro
115 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
117 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
120 # define YYPARSE_DECL() yyparse(void)
235 printf("yyparse() = %d\n", yyparse()); in main()
H A Derr_syntax12.tab.c17 #ifndef yyparse
18 #define yyparse err_syntax12_parse macro
115 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
117 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
120 # define YYPARSE_DECL() yyparse(void)
241 printf("yyparse() = %d\n", yyparse()); in main()
H A Dpure_calc.tab.c17 #ifndef yyparse
18 #define yyparse calc_parse macro
128 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
130 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
133 # define YYPARSE_DECL() yyparse(void)
326 yyparse(); in main()
H A Dquote_calc-s.tab.c17 #ifndef yyparse
18 #define yyparse quote_calc_parse macro
122 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
124 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
127 # define YYPARSE_DECL() yyparse(void)
336 yyparse(); in main()
H A Dquote_calc.tab.c17 #ifndef yyparse
18 #define yyparse quote_calc_parse macro
122 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
124 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
127 # define YYPARSE_DECL() yyparse(void)
342 yyparse(); in main()
H A Dquote_calc2-s.tab.c17 #ifndef yyparse
18 #define yyparse quote_calc2_parse macro
122 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
124 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
127 # define YYPARSE_DECL() yyparse(void)
336 yyparse(); in main()
H A Dquote_calc2.tab.c17 #ifndef yyparse
18 #define yyparse quote_calc2_parse macro
122 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
124 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
127 # define YYPARSE_DECL() yyparse(void)
342 yyparse(); in main()
H A Dquote_calc3-s.tab.c17 #ifndef yyparse
18 #define yyparse quote_calc3_parse macro
122 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
124 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
127 # define YYPARSE_DECL() yyparse(void)
337 yyparse(); in main()
H A Dquote_calc3.tab.c17 #ifndef yyparse
18 #define yyparse quote_calc3_parse macro
122 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
124 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
127 # define YYPARSE_DECL() yyparse(void)
337 yyparse(); in main()
H A Dquote_calc4-s.tab.c17 #ifndef yyparse
18 #define yyparse quote_calc4_parse macro
122 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
124 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
127 # define YYPARSE_DECL() yyparse(void)
337 yyparse(); in main()
H A Dquote_calc4.tab.c17 #ifndef yyparse
18 #define yyparse quote_calc4_parse macro
122 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
124 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
127 # define YYPARSE_DECL() yyparse(void)
337 yyparse(); in main()
H A Dcalc2.tab.c17 #ifndef yyparse
18 #define yyparse calc2_parse macro
124 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
126 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
129 # define YYPARSE_DECL() yyparse(int regs[26], int *base)
329 yyparse(regs, &base); in main()
H A Dcalc3.tab.c17 #ifndef yyparse
18 #define yyparse calc3_parse macro
125 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
127 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
130 # define YYPARSE_DECL() yyparse(int regs[26], int *base)
326 yyparse(regs, &base); in main()
H A Dcalc_code_all.tab.c23 #ifndef yyparse
24 #define yyparse calc_code_all_parse macro
128 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
130 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
133 # define YYPARSE_DECL() yyparse(void)
348 yyparse(); in main()
H A Dcalc_code_default.tab.c17 #ifndef yyparse
18 #define yyparse calc_code_default_parse macro
122 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
124 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
127 # define YYPARSE_DECL() yyparse(void)
328 yyparse(); in main()
/freebsd/contrib/byacc/test/btyacc/
H A Drename_debug.i23 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
25 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
28 # define YYPARSE_DECL() yyparse(void)
/freebsd/usr.bin/m4/
H A Dexpr.c29 extern int yyparse(void);
43 yyparse(); in expr()
/freebsd/usr.bin/localedef/
H A Dlocaledef.c239 int yyparse(void);
341 (void) yyparse(); in main()
348 (void) yyparse(); in main()
374 (void) yyparse(); in main()

123456789