Searched refs:rm_eo (Results 1 – 2 of 2) sorted by relevance
61 regoff_t rm_eo; /* end of match */ member
146 stop = string + pmatch[0].rm_eo; in matcher()213 m->pmatch[i].rm_so = m->pmatch[i].rm_eo = -1; in matcher()246 assert(m->pmatch[i].rm_eo == -1); in matcher()266 pmatch[0].rm_eo = endp - m->offp; in matcher()275 pmatch[i].rm_eo = -1; in matcher()458 m->pmatch[i].rm_eo = sp - m->offp; in dissect()577 if (m->pmatch[i].rm_eo == -1) in backref()580 len = m->pmatch[i].rm_eo - m->pmatch[i].rm_so; in backref()651 offsave = m->pmatch[i].rm_eo; in backref()652 m->pmatch[i].rm_eo = sp - m->offp; in backref()[all …]