Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dregexp.c220 regmatch_t rm[10], *regmatch = rm; local
222 regmatch = (regmatch_t *) alloca (sizeof (regmatch_t) * regsize);
238 regmatch[0].rm_so = CAST(int)buf_start_offset;
239 regmatch[0].rm_eo = CAST(int)buflen;
240 ret = regexec (&regex->pattern, buf, regsize, regmatch, REG_STARTEND);
243 copy_regs (regarray, regmatch, regsize);