Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/com_err/
H A Dparse.c391 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1177 YYSIZE_T yystacksize = YYINITDEPTH; local
1216 if (yyss + yystacksize - 1 <= yyssp)
1238 &yystacksize);
1248 if (YYMAXDEPTH <= yystacksize)
1250 yystacksize *= 2;
1251 if (YYMAXDEPTH < yystacksize)
1252 yystacksize = YYMAXDEPTH;
1257 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1275 (unsigned long int) yystacksize));
[all …]
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-gram.c382 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1151 YYSIZE_T yystacksize = YYINITDEPTH; local
1190 if (yyss + yystacksize - 1 <= yyssp)
1212 &yystacksize);
1222 if (YYMAXDEPTH <= yystacksize)
1224 yystacksize *= 2;
1225 if (YYMAXDEPTH < yystacksize)
1226 yystacksize = YYMAXDEPTH;
1231 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1249 (unsigned long int) yystacksize));
[all …]
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c529 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1562 YYSIZE_T yystacksize = YYINITDEPTH; in yyparse() local
1601 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
1623 &yystacksize); in yyparse()
1633 if (YYMAXDEPTH <= yystacksize) in yyparse()
1635 yystacksize *= 2; in yyparse()
1636 if (YYMAXDEPTH < yystacksize) in yyparse()
1637 yystacksize = YYMAXDEPTH; in yyparse()
1642 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
1660 (unsigned long int) yystacksize)); in yyparse()
[all …]
/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1parse.c539 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1572 YYSIZE_T yystacksize = YYINITDEPTH;
1611 if (yyss + yystacksize - 1 <= yyssp)
1633 &yystacksize);
1643 if (YYMAXDEPTH <= yystacksize)
1645 yystacksize *= 2;
1646 if (YYMAXDEPTH < yystacksize)
1647 yystacksize = YYMAXDEPTH;
1652 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1670 (unsigned long int) yystacksize));
1569 YYSIZE_T yystacksize = YYINITDEPTH; global() local
[all...]
/freebsd/contrib/ntp/ntpd/
H A Dntp_parser.c1262 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
2176 YYPTRDIFF_T yystacksize = YYINITDEPTH;
2232 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
2255 &yystacksize); in yyparse()
2261 if (YYMAXDEPTH <= yystacksize) in yyparse()
2263 yystacksize *= 2; in yyparse()
2264 if (YYMAXDEPTH < yystacksize) in yyparse()
2265 yystacksize = YYMAXDEPTH; in yyparse()
2271 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
2287 YY_CAST (long, yystacksize))); in yyparse()
2194 YYPTRDIFF_T yystacksize = YYINITDEPTH; yyparse() local
[all...]
/freebsd/contrib/unbound/util/
H A Dconfigyyrename.h79 #define yystacksize ub_c_stacksize macro
H A Dconfigparser.c1184 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
2792 YYPTRDIFF_T yystacksize = YYINITDEPTH; in yyparse() local
2847 if (yyss + yystacksize - 1 <= yyssp) in yyparse()
2870 &yystacksize); in yyparse()
2876 if (YYMAXDEPTH <= yystacksize) in yyparse()
2878 yystacksize *= 2; in yyparse()
2879 if (YYMAXDEPTH < yystacksize) in yyparse()
2880 yystacksize = YYMAXDEPTH; in yyparse()
2886 YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize)))); in yyparse()
2902 YY_CAST (long, yystacksize))); in yyparse()
[all …]