Home | History | Annotate | Download | only in tzcode

Lines Matching refs:nseen

1985     register int            nseen;
2027 nseen = 0;
2031 types[nseen++] = sp->types[i];
2033 for (sameind = 0; sameind < nseen; ++sameind) {
2037 for (otherind = 0; otherind < nseen; ++otherind) {