Searched refs:rmatch (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/re/
H A Dtestmatch.c611 int rmatch; local
1029 eret = (rmatch = strgrpmatch(s, re, match, nmatch / 2, eflags)) == 0;
1036 eret = (rmatch = strmatch(s, re)) == 0;
1044 eret = (rmatch = strgrpmatch(s, re, match, nmatch / 2, eflags)) == 0;
1051 eret = (rmatch = strmatch(s, re)) == 0;
1130 else if (!matchcheck(2 * rmatch, match, ans, re, s, nmatch, query, unspecified, expand))

Completed in 48 milliseconds