Lines Matching refs:slen
365 regoff_t re_off, slen; in substitute() local
382 slen = psl; in substitute()
401 slen -= match[0].rm_eo; in substitute()
404 if (match[0].rm_so < slen) in substitute()
408 slen -= match[0].rm_so + 1; in substitute()
411 } while (slen >= 0 && regexec_e(re, s, REG_NOTBOL, 0, slen)); in substitute()
413 if (slen > 0) in substitute()
414 cspace(&SS, s, slen, APPEND); in substitute()
421 slen -= match[0].rm_eo; in substitute()
422 if (slen < 0) in substitute()
424 if (!regexec_e(re, s, REG_NOTBOL, 0, slen)) in substitute()
437 slen -= match[0].rm_eo; in substitute()
438 cspace(&SS, s, slen, APPEND); in substitute()
645 size_t slen) in regexec_e() argument
657 match[0].rm_eo = slen; in regexec_e()