Lines Matching full:guard
3701 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
7788 * data/yacc.c: Guard the declaration of yytoknum also with
9685 (rule_t): Remove the guard and guard_line members.
9687 * src/options.c (option_table): Remove %guard and %semantic_parser
9695 * src/reader.c (symbol_list): Remove the guard and guard_line
10535 (guards_output): Check against the guard member of a rule, not the
11255 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
11256 * src/reader.c (symbol_list): `guard' and `guard_line' are new
11262 Don't parse the user action that might follow the guard, let...
11264 guard.
11265 In other words the guard is just explicitly optional.
11269 (output): Also free the guard and attrs obstacks.