Home
last modified time | relevance | path

Searched defs:pmatch (Results 1 – 20 of 20) sorted by relevance

/NextBSD/usr.bin/grep/regex/
HDfastmatch.c130 size_t nmatch, regmatch_t pmatch[], int eflags) in tre_fastnexec()
144 regmatch_t pmatch[], int eflags) in tre_fastexec()
151 size_t nmatch, regmatch_t pmatch[], int eflags) in tre_fastwnexec()
165 size_t nmatch, regmatch_t pmatch[], int eflags) in tre_fastwexec()
HDtre-fastmatch.c843 tre_str_type_t type, int nmatch, regmatch_t pmatch[], int eflags) in tre_match_fast()
/NextBSD/usr.sbin/ofwdump/
HDofwdump.c212 const char *pmatch, int raw, int str) in ofw_dump_node()
243 ofw_dump(int fd, const char *start, int rec, int prop, const char *pmatch, in ofw_dump()
/NextBSD/usr.bin/m4/
HDgnum4.c465 regmatch_t *pmatch; in dopatsubst() local
495 regmatch_t *pmatch; in doregexp() local
/NextBSD/usr.bin/split/
HDsplit.c282 regmatch_t pmatch; in split2() local
/NextBSD/usr.bin/killall/
HDkillall.c99 regmatch_t pmatch; in main() local
/NextBSD/usr.bin/grep/
HDutil.c274 regmatch_t pmatch; in procline() local
/NextBSD/contrib/libgnuregex/
HDregexec.c220 regexec (preg, string, nmatch, pmatch, eflags) in regexec() argument
267 regmatch_t pmatch[], int eflags) in __compat_regexec()
414 regmatch_t *pmatch; local
496 re_copy_regs (regs, pmatch, nregs, regs_allocated) in re_copy_regs() argument
628 re_search_internal (preg, string, length, start, range, stop, nmatch, pmatch, in re_search_internal() argument
1416 regmatch_t *pmatch, int fl_backtrack) in set_regs()
1539 update_regs (const re_dfa_t *dfa, regmatch_t *pmatch, in update_regs()
/NextBSD/usr.bin/sort/
HDsort.c631 regmatch_t pmatch[4]; in parse_pos() local
787 regmatch_t pmatch[4]; in parse_pos_obs() local
/NextBSD/contrib/nvi/regex/
HDengine.c72 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ member
133 regmatch_t pmatch[], int eflags) in matcher()
HDregexec.c153 regmatch_t *pmatch, int eflags) in regexec()
/NextBSD/lib/libc/regex/
HDengine.c84 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ member
153 regmatch_t pmatch[], in matcher()
/NextBSD/usr.sbin/setfmac/
HDsetfmac.c393 regmatch_t pmatch; in apply_specs() local
/NextBSD/contrib/ntp/ntpd/
HDntp_restrict.c319 const restrict_u * pmatch, in match_restrict_entry()
/NextBSD/contrib/llvm/lib/Support/
HDregexec.c142 llvm_regmatch_t pmatch[], int eflags) in llvm_regexec()
/NextBSD/contrib/file/src/
HDfuncs.c496 regmatch_t* pmatch, int eflags) in file_regexec()
HDsoftmagic.c1972 regmatch_t pmatch[1]; in magiccheck() local
/NextBSD/contrib/one-true-awk/
HDb.c506 int pmatch(fa *f, const char *p0) /* longest match, for sub */ in pmatch() function
/NextBSD/usr.bin/find/
HDfunction.c1394 regmatch_t pmatch; in f_regex() local
/NextBSD/usr.sbin/ppp/
HDcommand.c1036 FindCommand(struct cmdtab const *cmds, const char *str, int *pmatch) in FindCommand()