Lines Matching refs:maxpos
9453 ST.maxpos = loceol - 1; in S_regmatch()
9455 while (UTF8_IS_CONTINUATION(*(U8*)ST.maxpos)) in S_regmatch()
9456 ST.maxpos--; in S_regmatch()
9460 for (ST.maxpos = locinput; in S_regmatch()
9461 m >0 && ST.maxpos < loceol; m--) in S_regmatch()
9462 ST.maxpos += UTF8SKIP(ST.maxpos); in S_regmatch()
9465 ST.maxpos = locinput + ST.max - ST.min; in S_regmatch()
9466 if (ST.maxpos >= loceol) in S_regmatch()
9467 ST.maxpos = loceol - 1; in S_regmatch()
9591 } while (locinput <= ST.maxpos); in S_regmatch()
9594 if (locinput > ST.maxpos) in S_regmatch()