Home | History | Annotate | Download | only in data

Lines Matching refs:Current

265 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
266 If N is 0, then set CURRENT to the empty location which ends
270 # define YYLLOC_DEFAULT(Current, Rhs, N) \
274 (Current).begin = YYRHSLOC (Rhs, 1).begin; \
275 (Current).end = YYRHSLOC (Rhs, N).end; \
279 (Current).begin = (Current).end = YYRHSLOC (Rhs, 0).end; \
320 /// The current debugging stream.
322 /// Set the current debugging stream.
327 /// The current debugging level.
329 /// Set the current debugging level.