Lines Matching full:rhs
83 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
85 the previous symbol: RHS[0] (always defined). */
88 # define YYLLOC_DEFAULT(Current, Rhs, N) \
92 (Current).begin = (Rhs)[1].begin; \
93 (Current).end = (Rhs)[N].end; \
97 (Current).begin = (Current).end = (Rhs)[0].end; \
227 /// For a rule, its RHS length.
243 /// A `-1'-separated list of the rules' RHS.
245 /// For each rule, the index of the first RHS symbol in \a yyrhs_.
975 /* YYRHS -- A `-1'-separated list of the rules' RHS. */
982 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in