Searched refs:regmatch (Results 1 – 1 of 1) sorted by relevance
220 regmatch_t rm[10], *regmatch = rm; local222 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 (®ex->pattern, buf, regsize, regmatch, REG_STARTEND);243 copy_regs (regarray, regmatch, regsize);