Lines Matching refs:N
334 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
385 N elements. */
386 # define YYSTACK_BYTES(N) \
387 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
867 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
868 If N is 0, then set CURRENT to the empty location which ends
873 # define YYLLOC_DEFAULT(Current, Rhs, N) \
875 if (YYID (N)) \
879 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
880 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
1280 # define YYCASE_(N, S) \
1281 case N: \
1481 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))