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

/freebsd-10.3-release/contrib/less/
H A Dregexp.c713 STATIC int regmatch();
817 if (regmatch(prog->program + 1)) {
826 - regmatch - main matching routine
836 regmatch(prog) function
911 if (regmatch(next)) {
940 if (regmatch(next)) {
962 if (regmatch(OPERAND(scan)))
993 if (regmatch(next))
/freebsd-10.3-release/bin/pkill/
H A Dpkill.c143 regmatch_t regmatch; local
371 rv = regexec(&reg, mstr, 1, &regmatch, 0);
374 if (regmatch.rm_so == 0 &&
375 regmatch.rm_eo ==
/freebsd-10.3-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 124 milliseconds