Searched refs:regmatch_t (Results 1 – 2 of 2) sorted by relevance
169 regmatch_t pmatch[], int posix_options) in regexec()173 regmatch_t* pm; in regexec()181 pm = (regmatch_t* )NULL; in regexec()185 pm = (regmatch_t* )xmalloc(sizeof(regmatch_t) in regexec()202 xmemcpy(pmatch, pm, sizeof(regmatch_t) * nmatch); in regexec()
80 } regmatch_t; typedef155 ONIG_EXTERN int regexec P_((regex_t* reg, const char* str, size_t nmatch, regmatch_t* matches, i…