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

/freebsd-10.0-release/contrib/less/
H A Dregexp.c710 STATIC int regmatch();
814 if (regmatch(prog->program + 1)) {
823 - regmatch - main matching routine
833 regmatch(prog) function
908 if (regmatch(next)) {
937 if (regmatch(next)) {
959 if (regmatch(OPERAND(scan)))
990 if (regmatch(next))
/freebsd-10.0-release/bin/pkill/
H A Dpkill.c142 regmatch_t regmatch; local
370 rv = regexec(&reg, mstr, 1, &regmatch, 0);
373 if (regmatch.rm_so == 0 &&
374 regmatch.rm_eo ==
/freebsd-10.0-release/usr.sbin/pmcstat/
H A Dpmcstat.c291 regmatch_t regmatch; local
323 if ((rv = regexec(&reg, kp->ki_comm, 1, &regmatch, 0)) == 0) {

Completed in 71 milliseconds