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

  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 731 yytoken = YYTRANSLATE (yychar); \
1304 int yytoken;
1322 yytoken = 0;
1446 yychar = yytoken = YYEOF;
1451 yytoken = YYTRANSLATE (yychar);
1452 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
1455 /* If the proper action on seeing token YYTOKEN is to reduce or to
1457 yyn += yytoken;
1458 if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
1475 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc)
1302 int yytoken; local in function:yyparse
    [all...]
dtparser.tab.c 813 yytoken = YYTRANSLATE (yychar); \
1386 int yytoken;
1404 yytoken = 0;
1528 yychar = yytoken = YYEOF;
1533 yytoken = YYTRANSLATE (yychar);
1534 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
1537 /* If the proper action on seeing token YYTOKEN is to reduce or to
1539 yyn += yytoken;
1540 if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
1557 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc)
1384 int yytoken; local in function:yyparse
    [all...]
prparser.tab.c 816 yytoken = YYTRANSLATE (yychar); \
1389 int yytoken;
1407 yytoken = 0;
1531 yychar = yytoken = YYEOF;
1536 yytoken = YYTRANSLATE (yychar);
1537 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
1540 /* If the proper action on seeing token YYTOKEN is to reduce or to
1542 yyn += yytoken;
1543 if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
1560 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc)
1387 int yytoken; local in function:yyparse
    [all...]

Completed in 51 milliseconds