Home | History | Annotate | Download | only in src

Lines Matching defs:YYRHSLOC

983           (Current).first_line   = YYRHSLOC (Rhs, 1).first_line;        \
984 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
985 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
986 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
991 YYRHSLOC (Rhs, 0).last_line; \
993 YYRHSLOC (Rhs, 0).last_column; \
998 #define YYRHSLOC(Rhs, K) ((Rhs)[K])