Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dregexp.c699 STATIC int regmatch(char *);
796 if (regmatch(prog->program + 1)) {
805 - regmatch - main matching routine
815 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
/freebsd/bin/pkill/
H A Dpkill.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/usr.sbin/pmcstat/
H A Dpmcstat.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()