Searched refs:regmatch (Results 1 – 3 of 3) sorted by relevance
699 STATIC int regmatch(char *);796 if (regmatch(prog->program + 1)) {805 - regmatch - main matching routine815 regmatch(char *prog)889 if (regmatch(next)) {918 if (regmatch(next)) {940 if (regmatch(OPERAND(scan)))971 if (regmatch(next))836 regmatch(prog) regmatch() function
144 regmatch_t regmatch; in main() local401 rv = regexec(®, mstr, 1, ®match, 0); in main()404 if (regmatch.rm_so == 0 && in main()405 regmatch.rm_eo == in main()
179 regmatch_t regmatch; in pmcstat_find_targets() local211 if ((rv = regexec(®, kp->ki_comm, 1, ®match, 0)) == 0) { in pmcstat_find_targets()