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

  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 556 #define YYTRANSLATE(YYX) \
557 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
1104 int yyx;
1126 /* Start YYX at -YYN if negative to avoid negative indexes in
1138 for (yyx = yyxbegin; yyx < yyxend; ++yyx)
1139 if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR
1103 int yyx; local in function:yysyntax_error
    [all...]
dtparser.tab.c 573 #define YYTRANSLATE(YYX) \
574 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
1186 int yyx;
1208 /* Start YYX at -YYN if negative to avoid negative indexes in
1220 for (yyx = yyxbegin; yyx < yyxend; ++yyx)
1221 if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR
1185 int yyx; local in function:yysyntax_error
    [all...]
prparser.tab.c 575 #define YYTRANSLATE(YYX) \
576 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
1189 int yyx;
1211 /* Start YYX at -YYN if negative to avoid negative indexes in
1223 for (yyx = yyxbegin; yyx < yyxend; ++yyx)
1224 if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR
1188 int yyx; local in function:yysyntax_error
    [all...]

Completed in 15 milliseconds