Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c398 #if YYMAXDEPTH == 0
399 #undef YYMAXDEPTH
402 #ifndef YYMAXDEPTH
403 #define YYMAXDEPTH 10000 macro
590 if (yystacksize >= YYMAXDEPTH) in yyparse()
604 if (yystacksize > YYMAXDEPTH) in yyparse()
605 yystacksize = YYMAXDEPTH; in yyparse()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_grammar.y71 return (val ? val : YYMAXDEPTH); in yyexpand()
79 #undef YYMAXDEPTH
80 #define YYMAXDEPTH 0 macro
H A Dmdb_lex.h79 #define YYMAXDEPTH 100 macro
H A Dmdb_lex.l781 int yys[YYMAXDEPTH];
782 YYSTYPE yyv[YYMAXDEPTH];
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dyaccpar157 #if YYMAXDEPTH <= 0
243 if (yymaxdepth == YYMAXDEPTH) /* first time growth */
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h50 #define YYMAXDEPTH 300 /* Max # of productions (used by yacc) */ macro