Searched refs:YYSTACK_ALLOC (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/bin/gawk/intl/
H A Dplural.c367 # define YYSTACK_ALLOC alloca macro
371 # define YYSTACK_ALLOC alloca macro
374 # define YYSTACK_ALLOC __builtin_alloca macro
380 # ifdef YYSTACK_ALLOC
388 # define YYSTACK_ALLOC malloc macro
841 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1176 yymsg = (char *) YYSTACK_ALLOC (yysize);
/haiku-fatelf/src/libs/print/libgutenprint/src/gutenprintui2/
H A Dprintrcy.c320 # define YYSTACK_ALLOC __builtin_alloca macro
324 # define YYSTACK_ALLOC __alloca macro
329 # define YYSTACK_ALLOC alloca macro
341 # ifdef YYSTACK_ALLOC
352 # define YYSTACK_ALLOC YYMALLOC macro
1406 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1952 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
/haiku-fatelf/src/libs/print/libgutenprint/src/testpattern/
H A Dtestpatterny.c370 # define YYSTACK_ALLOC __builtin_alloca macro
374 # define YYSTACK_ALLOC __alloca macro
379 # define YYSTACK_ALLOC alloca macro
391 # ifdef YYSTACK_ALLOC
402 # define YYSTACK_ALLOC YYMALLOC macro
1544 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
2338 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dm2-exp.c303 # define YYSTACK_ALLOC alloca macro
307 # define YYSTACK_ALLOC alloca macro
310 # define YYSTACK_ALLOC __builtin_alloca macro
315 # ifdef YYSTACK_ALLOC
323 # define YYSTACK_ALLOC YYMALLOC macro
1330 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
2005 yymsg = (char *) YYSTACK_ALLOC (yysize);
H A Dada-exp.c320 # define YYSTACK_ALLOC alloca macro
324 # define YYSTACK_ALLOC alloca macro
327 # define YYSTACK_ALLOC __builtin_alloca macro
332 # ifdef YYSTACK_ALLOC
340 # define YYSTACK_ALLOC YYMALLOC macro
1397 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
2113 yymsg = (char *) YYSTACK_ALLOC (yysize);
H A Df-exp.c282 # define YYSTACK_ALLOC alloca macro
286 # define YYSTACK_ALLOC alloca macro
289 # define YYSTACK_ALLOC __builtin_alloca macro
294 # ifdef YYSTACK_ALLOC
302 # define YYSTACK_ALLOC YYMALLOC macro
1209 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1875 yymsg = (char *) YYSTACK_ALLOC (yysize);
H A Djv-exp.c273 # define YYSTACK_ALLOC alloca macro
277 # define YYSTACK_ALLOC alloca macro
280 # define YYSTACK_ALLOC __builtin_alloca macro
285 # ifdef YYSTACK_ALLOC
293 # define YYSTACK_ALLOC YYMALLOC macro
1260 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1918 yymsg = (char *) YYSTACK_ALLOC (yysize);
H A Dc-exp.c293 # define YYSTACK_ALLOC alloca macro
297 # define YYSTACK_ALLOC alloca macro
300 # define YYSTACK_ALLOC __builtin_alloca macro
305 # ifdef YYSTACK_ALLOC
313 # define YYSTACK_ALLOC YYMALLOC macro
1389 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
2532 yymsg = (char *) YYSTACK_ALLOC (yysize);
H A Dobjc-exp.c300 # define YYSTACK_ALLOC alloca macro
304 # define YYSTACK_ALLOC alloca macro
307 # define YYSTACK_ALLOC __builtin_alloca macro
312 # ifdef YYSTACK_ALLOC
320 # define YYSTACK_ALLOC YYMALLOC macro
1373 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
2494 yymsg = (char *) YYSTACK_ALLOC (yysize);
H A Dp-exp.c286 # define YYSTACK_ALLOC alloca macro
290 # define YYSTACK_ALLOC alloca macro
293 # define YYSTACK_ALLOC __builtin_alloca macro
298 # ifdef YYSTACK_ALLOC
306 # define YYSTACK_ALLOC YYMALLOC macro
1183 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1946 yymsg = (char *) YYSTACK_ALLOC (yysize);
/haiku-fatelf/src/bin/bash/lib/intl/
H A Dplural.c278 # define YYSTACK_ALLOC __builtin_alloca macro
280 # define YYSTACK_ALLOC alloca macro
285 # ifdef YYSTACK_ALLOC
293 # define YYSTACK_ALLOC YYMALLOC macro
1052 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1342 yymsg = (char *) YYSTACK_ALLOC (yysize);
/haiku-fatelf/src/bin/bc/bc/
H A Dbc.c529 #define YYSTACK_ALLOC alloca macro
531 #define YYSTACK_ALLOC malloc macro
830 yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp));
833 yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp));
837 yyls = (YYLTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yylsp));
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetdate.c535 # define YYSTACK_ALLOC __builtin_alloca macro
539 # define YYSTACK_ALLOC __alloca macro
544 # define YYSTACK_ALLOC alloca macro
556 # ifdef YYSTACK_ALLOC
567 # define YYSTACK_ALLOC YYMALLOC macro
1590 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
2426 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);
/haiku-fatelf/src/bin/gawk/
H A Dawkgram.c281 # define YYSTACK_ALLOC alloca macro
285 # define YYSTACK_ALLOC alloca macro
288 # define YYSTACK_ALLOC __builtin_alloca macro
294 # ifdef YYSTACK_ALLOC
302 # define YYSTACK_ALLOC malloc macro
1439 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
2663 yymsg = (char *) YYSTACK_ALLOC (yysize);

Completed in 202 milliseconds