Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslparser.y187 #define YYINITDEPTH 600 /* State stack depth */ macro
/freebsd/crypto/heimdal/lib/com_err/
H A Dparse.c825 #ifndef YYINITDEPTH
826 # define YYINITDEPTH 200 macro
1164 yytype_int16 yyssa[YYINITDEPTH];
1169 YYSTYPE yyvsa[YYINITDEPTH];
1177 YYSIZE_T yystacksize = YYINITDEPTH;
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-gram.c799 #ifndef YYINITDEPTH
800 # define YYINITDEPTH 200 macro
1138 yytype_int16 yyssa[YYINITDEPTH];
1143 YYSTYPE yyvsa[YYINITDEPTH];
1151 YYSIZE_T yystacksize = YYINITDEPTH;
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1210 #ifndef YYINITDEPTH
1211 # define YYINITDEPTH 200 macro
1549 yytype_int16 yyssa[YYINITDEPTH]; in yyparse()
1554 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()
1562 YYSIZE_T yystacksize = YYINITDEPTH; in yyparse()
/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1216 /* YYINITDEPTH -- initial size of the parser's stacks. */
1217 #ifndef YYINITDEPTH
1218 # define YYINITDEPTH 200 macro
1559 yytype_int16 yyssa[YYINITDEPTH];
1564 YYSTYPE yyvsa[YYINITDEPTH];
1572 YYSIZE_T yystacksize = YYINITDEPTH;
/freebsd/contrib/ntp/ntpd/
H A Dntp_parser.c2110 /* YYINITDEPTH -- initial size of the parser's stacks. */
2111 #ifndef YYINITDEPTH
2112 # define YYINITDEPTH 200
2176 YYPTRDIFF_T yystacksize = YYINITDEPTH;
2179 yy_state_t yyssa[YYINITDEPTH];
2184 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()
2130 # define YYINITDEPTH global() macro
/freebsd/contrib/unbound/util/
H A Dconfigparser.c2727 #ifndef YYINITDEPTH
2728 # define YYINITDEPTH 200 macro
2792 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse()
2795 yy_state_t yyssa[YYINITDEPTH]; in yyparse()
2800 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()