Searched refs:t_pmatch (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.glob.c930 gres |= t_pmatch(string, *p, &tstring, 1) == 2 ? 1 : 0;
937 if (t_pmatch(string, *p, &tstring, 1) != 0) {
949 /* t_pmatch():
956 t_pmatch(const Char *string, const Char *pattern, const Char **estr, int cs) function
981 switch(t_pmatch(string, pattern, estr, cs)) {
H A Dsh.decls.h211 extern int t_pmatch (const Char *, const Char *,
H A Dsh.set.c1260 if (dspmc[i].n[0] && t_pmatch(pcp, dspmc[i].n, &estr, 0) > 0) {
1274 if (dspmt[i].n[0] && t_pmatch(pcp, dspmt[i].n, &estr, 0) > 0) {

Completed in 88 milliseconds