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

  /src/tools/m4/bootstrap/
parser.c 102 const short yytable[] = { 0, variable
396 YYPREFIX, yystate, yytable[yyn]);
402 *++yyssp = yystate = yytable[yyn];
411 yyn = yytable[yyn];
433 to state %d\n", YYPREFIX, *yyssp, yytable[yyn]);
439 *++yyssp = yystate = yytable[yyn];
628 yystate = yytable[yyn];
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 432 /* YYLAST -- Last index in YYTABLE. */
545 STATE-NUM when YYTABLE doesn't specify something else to do. Zero
559 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
574 /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
579 static const yytype_uint8 yytable[] = variable
1352 yyn = yytable[yyn];
1507 yystate = yytable[yystate];
1619 yyn = yytable[yyn];
dtparser.tab.c 449 /* YYLAST -- Last index in YYTABLE. */
583 STATE-NUM when YYTABLE doesn't specify something else to do. Zero
601 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
620 /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
625 static const yytype_uint8 yytable[] = variable
1434 yyn = yytable[yyn];
1702 yystate = yytable[yystate];
1814 yyn = yytable[yyn];
prparser.tab.c 451 /* YYLAST -- Last index in YYTABLE. */
586 STATE-NUM when YYTABLE doesn't specify something else to do. Zero
604 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
623 /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
628 static const yytype_uint8 yytable[] = variable
1437 yyn = yytable[yyn];
1712 yystate = yytable[yystate];
1824 yyn = yytable[yyn];

Completed in 21 milliseconds