Home
last modified time | relevance | path

Searched refs:regoff_t (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dregex.h47 typedef ssize_t regoff_t; typedef
57 regoff_t rm_so; /* start of match */
58 regoff_t rm_eo; /* end of match */
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c269 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()