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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c391 /* YYINITDEPTH indicates the initial size of the parser's stacks */
393 #ifndef YYINITDEPTH
394 #define YYINITDEPTH 200 macro
495 short yyssa[YYINITDEPTH]; /* the state stack */
496 YYSTYPE yyvsa[YYINITDEPTH]; /* the semantic value stack */
502 YYLTYPE yylsa[YYINITDEPTH]; /* the location stack */
511 int yystacksize = YYINITDEPTH;

Completed in 63 milliseconds