Home
last modified time | relevance | path

Searched refs:YYVALID (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/contrib/byacc/test/
H A Dbtyacc_demo.y109 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 Dbtyacc_calc1.y51 | lines line '\n' [YYVALID;]
52 | lines error '\n' [YYVALID;]
/freebsd/contrib/byacc/
H A DREADME.BTYACC319 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 Dbtyacc_demo.tab.c1308 #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 Dbtyacc_calc1.tab.c744 #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 Drename_debug.c364 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
H A Derror.tab.c501 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
H A Dinherit0.tab.c520 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
H A Dempty.tab.c497 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
H A Derr_syntax10.tab.c496 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
H A Derr_syntax11.tab.c502 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
H A Derr_syntax12.tab.c508 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
H A Derr_syntax18.tab.c505 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
H A Derr_syntax20.tab.c500 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
H A Dpure_calc.tab.c597 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
H A Dpure_error.tab.c465 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
H A Dquote_calc-s.tab.c653 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
H A Dquote_calc.tab.c659 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
H A Dquote_calc2-s.tab.c653 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
H A Dquote_calc2.tab.c659 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
H A Dquote_calc3-s.tab.c654 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
H A Dquote_calc3.tab.c654 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
H A Dquote_calc4-s.tab.c654 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
H A Dquote_calc4.tab.c654 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro
H A Dstdin1.calc.c542 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) macro

123