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

  /src/tools/m4/bootstrap/
parser.c 102 const short yytable[] = { 0, variable in typeref:typename:const short[]
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 540 /* YYLAST -- Last index in YYTABLE. */
653 STATE-NUM when YYTABLE doesn't specify something else to do. Zero
667 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
682 /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
687 static const yytype_uint8 yytable[] = variable in typeref:typename:const yytype_uint8[]
1460 yyn = yytable[yyn];
1615 yystate = yytable[yystate];
1727 yyn = yytable[yyn];
dtparser.tab.c 557 /* YYLAST -- Last index in YYTABLE. */
691 STATE-NUM when YYTABLE doesn't specify something else to do. Zero
709 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
728 /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
733 static const yytype_uint8 yytable[] = variable in typeref:typename:const yytype_uint8[]
1542 yyn = yytable[yyn];
1810 yystate = yytable[yystate];
1922 yyn = yytable[yyn];
prparser.tab.c 559 /* YYLAST -- Last index in YYTABLE. */
694 STATE-NUM when YYTABLE doesn't specify something else to do. Zero
712 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
731 /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
736 static const yytype_uint8 yytable[] = variable in typeref:typename:const yytype_uint8[]
1545 yyn = yytable[yyn];
1820 yystate = yytable[yystate];
1932 yyn = yytable[yyn];

Completed in 39 milliseconds