Home
last modified time | relevance | path

Searched refs:regmatch (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/less/
HDregexp.c699 STATIC int regmatch(char *);
796 if (regmatch(prog->program + 1)) { in regtry()
815 regmatch(char *prog) in regmatch() function
889 if (regmatch(next)) { in regmatch()
918 if (regmatch(next)) { in regmatch()
940 if (regmatch(OPERAND(scan))) in regmatch()
971 if (regmatch(next)) in regmatch()
/freebsd-head/bin/pkill/
HDpkill.c144 regmatch_t regmatch; in main() local
401 rv = regexec(&reg, mstr, 1, &regmatch, 0); in main()
404 if (regmatch.rm_so == 0 && in main()
405 regmatch.rm_eo == in main()
/freebsd-head/usr.sbin/pmcstat/
HDpmcstat.c179 regmatch_t regmatch; in pmcstat_find_targets() local
211 if ((rv = regexec(&reg, kp->ki_comm, 1, &regmatch, 0)) == 0) { in pmcstat_find_targets()