Home | History | Annotate | Download | only in glcpp

Lines Matching refs:Rhs

580 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
597 /* YYRHS -- A `-1'-separated list of the rules' RHS. */
985 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
987 the previous symbol: RHS[0] (always defined). */
989 #define YYRHSLOC(Rhs, K) ((Rhs)[K])
991 # define YYLLOC_DEFAULT(Current, Rhs, N) \
995 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
996 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
997 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
998 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
1003 YYRHSLOC (Rhs, 0).last_line; \
1005 YYRHSLOC (Rhs, 0).last_column; \
1582 /* The number of symbols on the RHS of the reduced rule.