HomeSort by: relevance | last modified time | path
    Searched defs:yystacksize (Results 1 - 4 of 4) sorted by relevancy

  /src/tools/m4/bootstrap/
parser.c 289 #ifdef YYSTACKSIZE
291 #define YYMAXDEPTH YYSTACKSIZE
294 #define YYSTACKSIZE YYMAXDEPTH
296 #define YYSTACKSIZE 10000
313 int yystacksize; variable in typeref:typename:int
326 if ((newsize = yystacksize) == 0)
341 yystacksize = newsize;
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 521 local variables YYSIZE and YYSTACKSIZE give the old and new number of
531 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1299 YYSIZE_T yystacksize;
1325 yystacksize = YYINITDEPTH;
1354 if (yyss + yystacksize - 1 <= yyssp)
1374 &yystacksize);
1384 if (YYMAXDEPTH <= yystacksize)
1386 yystacksize *= 2;
1387 if (YYMAXDEPTH < yystacksize)
1388 yystacksize = YYMAXDEPTH
1297 YYSIZE_T yystacksize; local in function:yyparse
    [all...]
dtparser.tab.c 538 local variables YYSIZE and YYSTACKSIZE give the old and new number of
548 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1381 YYSIZE_T yystacksize;
1407 yystacksize = YYINITDEPTH;
1436 if (yyss + yystacksize - 1 <= yyssp)
1456 &yystacksize);
1466 if (YYMAXDEPTH <= yystacksize)
1468 yystacksize *= 2;
1469 if (YYMAXDEPTH < yystacksize)
1470 yystacksize = YYMAXDEPTH
1379 YYSIZE_T yystacksize; local in function:yyparse
    [all...]
prparser.tab.c 540 local variables YYSIZE and YYSTACKSIZE give the old and new number of
550 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1384 YYSIZE_T yystacksize;
1410 yystacksize = YYINITDEPTH;
1439 if (yyss + yystacksize - 1 <= yyssp)
1459 &yystacksize);
1469 if (YYMAXDEPTH <= yystacksize)
1471 yystacksize *= 2;
1472 if (YYMAXDEPTH < yystacksize)
1473 yystacksize = YYMAXDEPTH
1382 YYSIZE_T yystacksize; local in function:yyparse
    [all...]

Completed in 15 milliseconds