Home | History | Annotate | Download | only in intl

Lines Matching defs:yyx

1138 	  int yyx, yycount;
1141 /* Start YYX at -YYN if negative to avoid negative indexes in
1143 for (yyx = yyn < 0 ? -yyn : 0;
1144 yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++)
1145 if (yycheck[yyx + yyn] == yyx)
1146 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1158 for (yyx = yyn < 0 ? -yyn : 0;
1159 yyx < (int) (sizeof (yytname) / sizeof (char *));
1160 yyx++)
1161 if (yycheck[yyx + yyn] == yyx)
1165 yyp = yystpcpy (yyp, yytname[yyx]);