Home | History | Annotate | Download | only in xkbcomp

Lines Matching defs:yyx

586 /* YYTRANSLATE[YYX] -- Symbol number corresponding to YYX as returned
591 #define YYTRANSLATE(YYX) \
592 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
1387 /* Start YYX at -YYN if negative to avoid negative indexes in
1394 int yyx;
1396 for (yyx = yyxbegin; yyx < yyxend; ++yyx)
1397 if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR
1398 && !yytable_value_is_error (yytable[yyx + yyn]))
1406 yyarg[yycount++] = yytname[yyx];
1408 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]);