Searched refs:rm_so (Results 1 – 3 of 3) sorted by relevance
57 regoff_t rm_so; /* start of match */ member
45 ASSERT_EQ(1, matches[0].rm_so); in TEST()
203 start = string + (size_t)pmatch[0].rm_so; in matcher()269 m->pmatch[i].rm_so = m->pmatch[i].rm_eo = (regoff_t)-1; in matcher()300 assert(m->pmatch[i].rm_so == (regoff_t)-1); in matcher()320 pmatch[0].rm_so = m->coldp - m->offp; in matcher()329 pmatch[i].rm_so = (regoff_t)-1; in matcher()539 m->pmatch[i].rm_so = sp - m->offp; in dissect()676 assert(m->pmatch[i].rm_so != (regoff_t)-1); in backref()677 len = (size_t)(m->pmatch[i].rm_eo - m->pmatch[i].rm_so); in backref()683 ssp = m->offp + (size_t)m->pmatch[i].rm_so; in backref()736 offsave = m->pmatch[i].rm_so; in backref()[all …]