Searched refs:regmatch (Results 1 – 1 of 1) sorted by relevance
54 #define regmatch(rp, s) REGWEXEC(rp, s, 0, (REGWMATCH_T*)NULL, 0) macro1204 if (regmatch(np->n_regexp, linebuf) == REG_OK) in exprreduce()1210 if (regmatch(getregexp(np->n_right), cp) == REG_OK) in exprreduce()1216 if (regmatch(getregexp(np->n_right), cp) != REG_OK) in exprreduce()