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

  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 661 /* YYDEFGOTO[NTERM-NUM]. */
662 static const yytype_int8 yydefgoto[] = variable in typeref:typename:const yytype_int8[]
1617 yystate = yydefgoto[yyn - YYNTOKENS];
dtparser.tab.c 703 /* YYDEFGOTO[NTERM-NUM]. */
704 static const yytype_int8 yydefgoto[] = variable in typeref:typename:const yytype_int8[]
1812 yystate = yydefgoto[yyn - YYNTOKENS];
prparser.tab.c 706 /* YYDEFGOTO[NTERM-NUM]. */
707 static const yytype_int8 yydefgoto[] = variable in typeref:typename:const yytype_int8[]
1822 yystate = yydefgoto[yyn - YYNTOKENS];

Completed in 17 milliseconds