/freebsd/contrib/byacc/test/ |
H A D | btyacc_demo.y | 109 decl_specs declarator_list($e,$1) ';' [YYVALID;] 184 | expr($e) ';' [YYVALID;] { $$ = build_expr_code($1); } 185 | IF '(' expr($e) ')' THEN statement($e) ELSE statement($e) [YYVALID;] 187 | IF '(' expr($e) ')' THEN statement($e) [YYVALID;] 189 | block_statement(new_scope($e)) [YYVALID;]{ $$ = $1; }
|
H A D | btyacc_calc1.y | 51 | lines line '\n' [YYVALID;] 52 | lines error '\n' [YYVALID;]
|
/freebsd/contrib/byacc/ |
H A D | README.BTYACC | 319 conflict tree. The ultimate goal is YYVALID operator that 322 If no YYVALID is found on the tree, then error recovery 339 simply YYVALID. When we have a nested conflict (conflict 341 want to relate YYVALID to a particular level of conflict 347 situation YYVALID_NESTED acts like a regular YYVALID, but 348 in 2-level conflict it is a no-op and the other YYVALID 377 input or an action calls YYVALID), it backtracks to the 448 it can throw away saved paths using YYVALID. In practice, 450 example) can just put a [YYVALID;] after every complete
|
/freebsd/contrib/byacc/test/btyacc/ |
H A D | btyacc_demo.tab.c | 1308 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro 1889 {YYVALID;} in YYPARSE_DECL() 2107 {YYVALID;} if (!yytrial) in YYPARSE_DECL() 2124 {YYVALID;} if (!yytrial) in YYPARSE_DECL() 2131 {YYVALID;} if (!yytrial) in YYPARSE_DECL() 2143 {YYVALID;} if (!yytrial) in YYPARSE_DECL()
|
H A D | btyacc_calc1.tab.c | 744 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro 1352 {YYVALID;} in YYPARSE_DECL() 1357 {YYVALID;} if (!yytrial) in YYPARSE_DECL()
|
H A D | rename_debug.c | 364 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
|
H A D | btyacc_destroy1.tab.c | 640 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
|
H A D | calc.tab.c | 635 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
|
H A D | calc2.tab.c | 648 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
|
H A D | error.tab.c | 501 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
|
H A D | inherit0.tab.c | 520 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
|
H A D | pure_calc.tab.c | 597 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
|
H A D | pure_error.tab.c | 465 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
|
H A D | quote_calc2-s.tab.c | 653 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
|
H A D | quote_calc4-s.tab.c | 654 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
|
H A D | stdin1.calc.c | 542 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
|
H A D | stdin2.calc.c | 542 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
|
H A D | quote_calc4.tab.c | 654 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
|
H A D | calc_code_all.tab.c | 663 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
|
H A D | calc_code_default.tab.c | 643 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
|
H A D | calc_code_imports.tab.c | 635 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
|
H A D | calc_code_requires.tab.c | 643 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
|
H A D | defines1.calc.c | 542 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
|
H A D | defines2.calc.c | 542 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
|
H A D | empty.tab.c | 497 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
|