Lines Matching refs:big
12 * "It's a big house this, and very peculiar. Always a bit more to discover,
1219 we can skip the test on the right operand - right big
1221 also too big. */
3143 SV *big;
3157 big = POPs;
3158 tmps = SvPV(big, biglen);
3159 if (offset > 0 && DO_UTF8(big))
3160 sv_pos_u2b(big, &offset, 0);
3170 if (retval > 0 && DO_UTF8(big))
3171 sv_pos_b2u(big, &retval);
3179 SV *big;
3192 big = POPs;
3194 tmps = SvPV(big, blen);
3198 if (offset > 0 && DO_UTF8(big))
3199 sv_pos_u2b(big, &offset, 0);
3211 if (retval > 0 && DO_UTF8(big))
3212 sv_pos_b2u(big, &retval);