Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c312 #define YYSTACK_ALLOC alloca macro
314 #define YYSTACK_ALLOC malloc macro
611 yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp)); in yyparse()
614 yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp)); in yyparse()
618 yyls = (YYLTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yylsp)); in yyparse()