Lines Matching refs:coldp
76 const RCHAR_T *coldp; /* can be no match starting before here */ member
194 assert(m->coldp != NULL); in matcher()
197 endp = slow(m, m->coldp, stop, gf, gl); in matcher()
200 assert(m->coldp < m->endp); in matcher()
201 m->coldp++; in matcher()
218 dp = dissect(m, m->coldp, endp, gf, gl); in matcher()
229 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0); in matcher()
238 if (dp != NULL || endp <= m->coldp) in matcher()
241 endp = slow(m, m->coldp, endp-1, gf, gl); in matcher()
252 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0); in matcher()
260 start = m->coldp + 1; /* recycle starting later */ in matcher()
266 pmatch[0].rm_so = m->coldp - m->offp; in matcher()
691 const RCHAR_T *coldp; /* last p after which no match was underway */ in fast() local
698 coldp = NULL; in fast()
704 coldp = p; in fast()
753 assert(coldp != NULL); in fast()
754 m->coldp = coldp; in fast()