Lines Matching refs:regmatch
23035 static int regmatch(regex_t *preg, int prog);
23152 if (regmatch(preg, 1)) {
23258 if (regmatch(preg, next)) {
23285 if (regmatch(preg, scan + 5)) {
23297 if (regmatch(preg, regnext(preg, scan))) {
23302 if (regmatch(preg, scan + 5)) {
23311 if (regmatch(preg, scan + 5)) {
23317 return regmatch(preg, regnext(preg, scan));
23321 static int regmatch(regex_t *preg, int prog)
23432 if (regmatch(preg, OPERAND(scan))) {
23455 return regmatch(preg, next);
23460 if (regmatch(preg, next)) {