Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dsh.glob.c915 gres |= t_pmatch(string, *p, &tstring, 1) == 2 ? 1 : 0; in Gnmatch()
922 if (t_pmatch(string, *p, &tstring, 1) != 0) { in Gnmatch()
941 t_pmatch(const Char *string, const Char *pattern, const Char **estr, int cs) in t_pmatch() function
966 switch(t_pmatch(string, pattern, estr, cs)) { in t_pmatch()
H A Dsh.decls.h212 extern int t_pmatch (const Char *, const Char *,
H A Dsh.set.c1303 if (dspmc[i].n[0] && t_pmatch(pcp, dspmc[i].n, &estr, 0) > 0) { in autoset_dspmbyte()
1317 if (dspmt[i].n[0] && t_pmatch(pcp, dspmt[i].n, &estr, 0) > 0) { in autoset_dspmbyte()