Lines Matching defs:yyx
894 /* YYTRANSLATE[YYX] -- Symbol number corresponding to YYX as returned
899 #define YYTRANSLATE(YYX) \
900 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
1715 /* Start YYX at -YYN if negative to avoid negative indexes in
1722 int yyx;
1724 for (yyx = yyxbegin; yyx < yyxend; ++yyx)
1725 if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR
1726 && !yytable_value_is_error (yytable[yyx + yyn]))
1734 yyarg[yycount++] = yytname[yyx];
1736 yyx]);