Searched refs:regmatch (Results 1 – 4 of 4) sorted by relevance
691 STATIC int regmatch();784 if (regmatch(prog->program + 1)) {803 regmatch(prog) in regmatch() function879 if (regmatch(next)) {907 if (regmatch(next)) {928 if (regmatch(OPERAND(scan)))958 if (regmatch(next))
301 if (regmatch(next)) \2186 if (regmatch(prog->program + 1)) { in S_regtry()2932 if (regmatch(re->program + 1)) { in S_regmatch()3105 n = regmatch(PREVOPER(next)); /* start on the WHILEM */ in S_regmatch()3147 if (regmatch(cc->next)) in S_regmatch()3160 if (regmatch(cc->scan)) in S_regmatch()3223 if (regmatch(cc->next)) { in S_regmatch()3255 if (regmatch(cc->scan)) { in S_regmatch()3273 if (regmatch(cc->scan)) { in S_regmatch()3298 if (regmatch(cc->next)) in S_regmatch()[all …]
1705 #define regmatch S_regmatch macro4222 #define regmatch(a) S_regmatch(aTHX_ a) macro
56 #define regmatch(rp, s) REGWEXEC(rp, s, 0, (REGWMATCH_T*)NULL, 0) macro1205 if (regmatch(np->n_regexp, linebuf) == REG_OK) in exprreduce()1211 if (regmatch(getregexp(np->n_right), cp) == REG_OK) in exprreduce()1217 if (regmatch(getregexp(np->n_right), cp) != REG_OK) in exprreduce()