Lines Matching defs:lenp
4352 The n is the ANYOF regnode, the p is the target string, lenp
4354 (if the lenp is zero, UTF8SKIP(p) is used),
4360 S_reginclass(pTHX_ register regnode *n, register U8* p, STRLEN* lenp, register bool do_utf8)
4372 plen = lenp ? *lenp : UNISKIP(NATIVE_TO_UNI(c));
4374 if (lenp)
4375 *lenp = 0;
4390 if (!match && lenp && av) {
4399 *lenp = len;
4416 if (match && lenp && *lenp == 0)
4417 *lenp = UNISKIP(NATIVE_TO_UNI(c));