Searched refs:regoff_t (Results 1 – 2 of 2) sorted by relevance
47 typedef ssize_t regoff_t; typedef57 regoff_t rm_so; /* start of match */58 regoff_t rm_eo; /* end of match */
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()301 assert(m->pmatch[i].rm_eo == (regoff_t)-1); in matcher()329 pmatch[i].rm_so = (regoff_t)-1; in matcher()330 pmatch[i].rm_eo = (regoff_t)-1; in matcher()580 regoff_t offsave; in backref()674 if (m->pmatch[i].rm_eo == (regoff_t)-1) in backref()676 assert(m->pmatch[i].rm_so != (regoff_t)-1); in backref()