Lines Matching defs:ix
3961 register I32 ix;
3964 ix = SvIVx(*lastlelem);
3965 if (ix < 0)
3966 ix += max;
3968 ix -= arybase;
3969 if (ix < 0 || ix >= max)
3972 *firstlelem = firstrelem[ix];
3983 ix = SvIVx(*lelem);
3984 if (ix < 0)
3985 ix += max;
3987 ix -= arybase;
3988 if (ix < 0 || ix >= max)
3992 if (!(*lelem = firstrelem[ix]))