Searched defs:matchcheck (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/re/ |
H A D | testmatch.c | 476 matchcheck(int nmatch, ssize_t* match, char* ans, char* re, char* s, int flags, int query, int unspecified, int expand) function 1130 else if (!matchcheck(2 * rmatch, match, ans, re, s, nmatch, query, unspecified, expand))
|
H A D | testregex.c | 884 matchcheck(regmatch_t* match, int nmatch, int nsub, char* ans, char* re, char* s, int len, int flags, unsigned long test) function 2239 else if (matchcheck(match, nmatch, nsub, ans, re, s, nstr, flags, test))
|
Completed in 225 milliseconds