Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dregexp.c799 STATIC int regmatch(char *);
887 if (regmatch(prog->program + 1)) { in regtry()
906 regmatch(char *prog) in regmatch() function
980 if (regmatch(next)) { in regmatch()
1009 if (regmatch(next)) { in regmatch()
1031 if (regmatch(OPERAND(scan))) in regmatch()
1062 if (regmatch(next)) in regmatch()
/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()
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c23035 static int regmatch(regex_t *preg, int prog);
23152 if (regmatch(preg, 1)) { in regtry()
23258 if (regmatch(preg, next)) { in regmatchsimplerepeat()
23285 if (regmatch(preg, scan + 5)) { in regmatchrepeat()
23297 if (regmatch(preg, regnext(preg, scan))) { in regmatchrepeat()
23302 if (regmatch(preg, scan + 5)) { in regmatchrepeat()
23311 if (regmatch(preg, scan + 5)) { in regmatchrepeat()
23317 return regmatch(preg, regnext(preg, scan)); in regmatchrepeat()
23321 static int regmatch(regex_t *preg, int prog) in regmatch() function
23432 if (regmatch(preg, OPERAND(scan))) { in regmatch()
[all …]