Home
last modified time | relevance | path

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

/NextBSD/contrib/less/
HDregexp.c713 STATIC int regmatch();
817 if (regmatch(prog->program + 1)) {
836 regmatch(prog) in regmatch() function
911 if (regmatch(next)) {
940 if (regmatch(next)) {
962 if (regmatch(OPERAND(scan)))
993 if (regmatch(next))
/NextBSD/bin/pkill/
HDpkill.c143 regmatch_t regmatch; in main() local
374 rv = regexec(&reg, mstr, 1, &regmatch, 0); in main()
377 if (regmatch.rm_so == 0 && in main()
378 regmatch.rm_eo == in main()
/NextBSD/usr.sbin/pmcstat/
HDpmcstat.c291 regmatch_t regmatch; in pmcstat_find_targets() local
323 if ((rv = regexec(&reg, kp->ki_comm, 1, &regmatch, 0)) == 0) { in pmcstat_find_targets()