Searched refs:pmatch (Results 26 - 29 of 29) sorted by relevance

12

/freebsd-9.3-release/contrib/one-true-awk/
H A Db.c506 int pmatch(fa *f, const char *p0) /* longest match, for sub */ function
553 overflo("out of space in pmatch");
/freebsd-9.3-release/usr.sbin/ppp/
H A Dcommand.c1036 FindCommand(struct cmdtab const *cmds, const char *str, int *pmatch) argument
1048 *pmatch = 1;
1055 *pmatch = 1;
1063 *pmatch = nmatch;
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dregex.c8024 regmatch_t pmatch[], int eflags)
8065 pmatch[r].rm_so = regs.start[r];
8066 pmatch[r].rm_eo = regs.end[r];
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dregex.c8024 regmatch_t pmatch[], int eflags)
8065 pmatch[r].rm_so = regs.start[r];
8066 pmatch[r].rm_eo = regs.end[r];

Completed in 119 milliseconds

12