Home | History | Annotate | Download | only in emugen

Lines Matching full:maxvars

485         size_t  maxvars = evars.size();
492 for (j = 0; j < maxvars; j++) {
519 for (j = 0; j < maxvars; j++) {
535 while (nvars < maxvars || maxvars == 0) {
538 for (j = nvars; j < maxvars; j++) {
547 if (nvars == 0 && j == maxvars) {
561 for (j = nvars; j < maxvars && !evars[j].isLarge(); j++) {
578 if (maxvars == 0)
582 for (j = nvars; j < maxvars && !evars[j].isLarge(); j++) {
587 if (j < maxvars) {
594 for ( ; j < maxvars && evars[j].isLarge(); j++) {