Home | History | Annotate | Download | only in dtc

Lines Matching refs:Current

42  * current directory (the directory of the last source file read) and after
81 #define YYLLOC_DEFAULT(Current, Rhs, N) \
84 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
85 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
86 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
87 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
88 (Current).file = YYRHSLOC(Rhs, N).file; \
90 (Current).first_line = (Current).last_line = \
92 (Current).first_column = (Current).last_column = \
94 (Current).file = YYRHSLOC (Rhs, 0).file; \