Searched refs:regmatch (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/less/ |
| H A D | regexp.c | 699 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 D | pkill.c | 144 regmatch_t regmatch; in main() local 401 rv = regexec(®, mstr, 1, ®match, 0); in main() 404 if (regmatch.rm_so == 0 && in main() 405 regmatch.rm_eo == in main()
|
| /freebsd/usr.sbin/pmcstat/ |
| H A D | pmcstat.c | 179 regmatch_t regmatch; in pmcstat_find_targets() local 211 if ((rv = regexec(®, kp->ki_comm, 1, ®match, 0)) == 0) { in pmcstat_find_targets()
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 23035 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 …]
|