Searched refs:regmatch (Results 1 – 3 of 3) sorted by relevance
713 STATIC int regmatch();817 if (regmatch(prog->program + 1)) {836 regmatch(prog) in regmatch() function911 if (regmatch(next)) {940 if (regmatch(next)) {962 if (regmatch(OPERAND(scan)))993 if (regmatch(next))
143 regmatch_t regmatch; in main() local374 rv = regexec(®, mstr, 1, ®match, 0); in main()377 if (regmatch.rm_so == 0 && in main()378 regmatch.rm_eo == in main()
291 regmatch_t regmatch; in pmcstat_find_targets() local323 if ((rv = regexec(®, kp->ki_comm, 1, ®match, 0)) == 0) { in pmcstat_find_targets()