Home | History | Annotate | Download | only in data

Lines Matching refs:RULE

132 # b4_rhs_value(RULE-LENGTH, NUM, [TYPE])
134 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH
152 # b4_rhs_location(RULE-LENGTH, NUM)
154 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
323 /* YYMAXRHS -- Maximum number of symbols on right-hand side of rule. */
326 accessed by $0, $-1, etc., in any rule. */
343 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
356 /* YYRLINE[YYN] -- source line where rule number YYN was defined. */
372 /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
378 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
384 /* YYDPREC[RULE-NUM] -- Dynamic precedence of rule #RULE-NUM (0 if none). */
390 /* YYMERGER[RULE-NUM] -- Index of merging function for rule #RULE-NUM. */
425 positive, shift that token. If negative, reduce the rule which
436 yyconfl is terminated by a rule number of 0. */
442 /* YYCONFL[I] -- lists of conflicting rule numbers, each terminated by
664 /** Rule numbers, as in LALR(1) machine */
716 /** Rule number for this reduction */
825 /** Perform user action for rule number YYN, with RHS length YYRHSLEN,
901 /** Number of symbols composing the right hand side of rule #RULE. */
942 /** Left-hand-side symbol for rule #RULE. */
972 * R < 0: Reduce on rule -R.
1040 /** Add a new semantic action that will execute the action for rule
1296 /** Pop the symbols consumed by reduction #RULE from the top of stack
1355 | Report that the RULE is going to be reduced on stack #K. |
1371 [ YYFPRINTF (stderr, "Reducing stack %lu by rule %d (line %lu):\n",
1387 /** Pop items off stack #K of STACK according to grammar rule RULE,
1389 * semantic action associated with RULE and store its value with the
1433 "Reduced stack %lu by rule #%d; action deferred. Now in state %d.\n",
1505 * That is, they represent the same rule applied to RHS symbols
1687 YYFPRINTF (stderr, "%*s%s -> <Rule %d, empty>\n",
1691 YYFPRINTF (stderr, "%*s%s -> <Rule %d, tokens %lu .. %lu>\n",
2562 YYFPRINTF (stderr, "Option. rule: %d, state: %ld, next: %ld",