Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c391 #ifndef YYINITDEPTH
392 #define YYINITDEPTH 200 macro
491 short yyssa[YYINITDEPTH]; /* the state stack */ in yyparse()
492 YYSTYPE yyvsa[YYINITDEPTH]; /* the semantic value stack */ in yyparse()
498 YYLTYPE yylsa[YYINITDEPTH]; /* the location stack */ in yyparse()
507 int yystacksize = YYINITDEPTH; in yyparse()
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslparser.y187 #define YYINITDEPTH 600 /* State stack depth */ macro