Searched refs:t_pmatch (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | sh.glob.c | 915 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 D | sh.decls.h | 212 extern int t_pmatch (const Char *, const Char *,
|
H A D | sh.set.c | 1301 if (dspmc[i].n[0] && t_pmatch(pcp, dspmc[i].n, &estr, 0) > 0) { in autoset_dspmbyte() 1315 if (dspmt[i].n[0] && t_pmatch(pcp, dspmt[i].n, &estr, 0) > 0) { in autoset_dspmbyte()
|
H A D | Fixes | 503 32. t_pmatch() was not really case-insensitive when cs == 8
|