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

  /src/tools/m4/bootstrap/
parser.c 305 short *yyssp; variable in typeref:typename:short *
332 i = yyssp - yyss;
336 yyssp = newss + i;
370 yyssp = yyss;
372 *yyssp = yystate = 0;
398 if (yyssp >= yysslim && yygrowstack())
402 *++yyssp = yystate = yytable[yyn];
427 if ((yyn = yysindex[*yyssp]) && (yyn += YYERRCODE) >= 0 &&
433 to state %d\n", YYPREFIX, *yyssp, yytable[yyn]);
435 if (yyssp >= yysslim && yygrowstack()
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 1292 yytype_int16 *yyssp;
1316 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
1338 yyssp = yyss;
1349 yyssp++;
1352 *yyssp = yystate;
1354 if (yyss + yystacksize - 1 <= yyssp)
1357 YYSIZE_T yysize = yyssp - yyss + 1;
1372 &yyss1, yysize * sizeof (*yyssp),
1405 yyssp = yyss + yysize - 1;
1411 if (yyss + yystacksize - 1 <= yyssp)
1290 yytype_int16 *yyssp; local in function:yyparse
    [all...]
dtparser.tab.c 1374 yytype_int16 *yyssp;
1398 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
1420 yyssp = yyss;
1431 yyssp++;
1434 *yyssp = yystate;
1436 if (yyss + yystacksize - 1 <= yyssp)
1439 YYSIZE_T yysize = yyssp - yyss + 1;
1454 &yyss1, yysize * sizeof (*yyssp),
1487 yyssp = yyss + yysize - 1;
1493 if (yyss + yystacksize - 1 <= yyssp)
1372 yytype_int16 *yyssp; local in function:yyparse
    [all...]
prparser.tab.c 1377 yytype_int16 *yyssp;
1401 #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
1423 yyssp = yyss;
1434 yyssp++;
1437 *yyssp = yystate;
1439 if (yyss + yystacksize - 1 <= yyssp)
1442 YYSIZE_T yysize = yyssp - yyss + 1;
1457 &yyss1, yysize * sizeof (*yyssp),
1490 yyssp = yyss + yysize - 1;
1496 if (yyss + yystacksize - 1 <= yyssp)
1375 yytype_int16 *yyssp; local in function:yyparse
    [all...]

Completed in 15 milliseconds