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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_lex.h81 #define YYMAXDEPTH 100 macro
H A Dmdb_grammar.y63 * Because we define YYMAXDEPTH as zero below, we have to provide a YYEXPAND()
71 return (val ? val : YYMAXDEPTH);
79 #undef YYMAXDEPTH
80 #define YYMAXDEPTH 0
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c397 /* YYMAXDEPTH is the maximum size the stacks can grow to
400 #if YYMAXDEPTH == 0
401 #undef YYMAXDEPTH macro
404 #ifndef YYMAXDEPTH
405 #define YYMAXDEPTH 10000 macro
594 if (yystacksize >= YYMAXDEPTH)
608 if (yystacksize > YYMAXDEPTH)
609 yystacksize = YYMAXDEPTH;
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dyaccpar167 #if YYMAXDEPTH <= 0
253 if (yymaxdepth == YYMAXDEPTH) /* first time growth */
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h52 #define YYMAXDEPTH 300 /* Max # of productions (used by yacc) */ macro

Completed in 95 milliseconds