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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c312 #define YYSTACK_ALLOC alloca macro
314 #define YYSTACK_ALLOC malloc macro
613 yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp));
616 yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp));
620 yyls = (YYLTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yylsp));

Completed in 59 milliseconds