Searched refs:Gnmatch (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | sh.glob.c | 889 return Gnmatch(string, pattern, NULL); in Gmatch() 893 Gnmatch(const Char *string, const Char *pattern, const Char **endstr) in Gnmatch() function
|
H A D | sh.decls.h | 196 extern int Gnmatch (const Char *, const Char *,
|
H A D | tw.comp.c | 250 int rv = exact ? Gmatch(estr = str, pat) : Gnmatch(str, pat, &estr); in tw_match()
|
H A D | Fixes | 1631 68. Fixed Gnmatch. 1636 63. Fixed bug in Gnmatch(), added 'N' command 'x' completion.
|