Lines Matching refs:regmatch_t
233 regmatch_t* match;
234 regmatch_t save[1];
251 regmatch_t* m;
252 regmatch_t* e;
253 regmatch_t* s;
258 if (!(f = (Match_frame_t*)stkpush(stkstd, sizeof(Match_frame_t) + (num - 1) * sizeof(regmatch_t))))
263 f->size = num * sizeof(regmatch_t);
367 showmatch(regmatch_t* p)
811 regmatch_t* o;
1062 memcpy(&env->best[1], &env->match[1], r * sizeof(regmatch_t));
1845 regnexec(const regex_t* p, const char* s, size_t len, size_t nmatch, regmatch_t* match, regflags_t flags)
1877 if (!(env->match = (regmatch_t*)stkpush(stkstd, 2 * (n + 1) * sizeof(regmatch_t))) ||