Home | History | Annotate | Download | only in data

Lines Matching refs:Rhs

104 # symbols on RHS.
124 # on RHS.
451 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
458 /* YYRHS -- A `-1'-separated list of the rules' RHS. */
591 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
593 the previous symbol: RHS[0] (always defined). */
595 #define YYRHSLOC(Rhs, K) ((Rhs)[K])
597 # define YYLLOC_DEFAULT(Current, Rhs, N) \
601 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
602 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
603 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
604 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
609 YYRHSLOC (Rhs, 0).last_line; \
611 YYRHSLOC (Rhs, 0).last_column; \
1047 /* The number of symbols on the RHS of the reduced rule.