Searched refs:regoff_t (Results 1 – 3 of 3) 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 */
40 STRUCT_MEMBER(regmatch_t, regoff_t, rm_so); in regex_h()41 STRUCT_MEMBER(regmatch_t, regoff_t, rm_eo); in regex_h()
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()