Searched refs:rm_eo (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/
H A Dregex.h57 regoff_t rm_eo; /* end of match */ member in struct:__anon39
/bionic/libc/upstream-netbsd/libc/regex/
H A Dengine.c204 stop = string + (size_t)pmatch[0].rm_eo;
269 m->pmatch[i].rm_so = m->pmatch[i].rm_eo = (regoff_t)-1;
301 assert(m->pmatch[i].rm_eo == (regoff_t)-1);
321 pmatch[0].rm_eo = endp - m->offp;
330 pmatch[i].rm_eo = (regoff_t)-1;
544 m->pmatch[i].rm_eo = sp - m->offp;
674 if (m->pmatch[i].rm_eo == (regoff_t)-1)
677 len = (size_t)(m->pmatch[i].rm_eo - m->pmatch[i].rm_so);
747 offsave = m->pmatch[i].rm_eo;
748 m->pmatch[i].rm_eo
[all...]

Completed in 167 milliseconds