Searched refs:Gmatch (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | tw.comp.c | 175 if (Gmatch(nam, &vp->v_name[1]) && vp->vec != NULL) in tw_find() 179 if (Gmatch(nam, vp->v_name) && vp->vec != NULL) in tw_find() 250 int rv = exact ? Gmatch(estr = str, pat) : Gnmatch(str, pat, &estr); in tw_match()
|
H A D | tc.who.c | 415 !Gmatch(str2short(wp->who_name), vp[0]) && 416 !Gmatch(str2short(wp->who_new), vp[0])) || 417 (!Gmatch(str2short(wp->who_tty), vp[1]) &&
|
H A D | tw.parse.c | 569 if (Gmatch(cmd.s, pat)) in c_glob() 1052 if (gpat && !Gmatch(item.s, pat)) in tw_collect_items() 1123 if (gpat && !Gmatch(item.s, pat) && in tw_collect_items() 2006 if (Gmatch(dir, *cp)) in nostat()
|
H A D | sh.exp.c | 333 i = Gmatch(p1, p2); in exp2c() 337 i = !Gmatch(p1, p2); in exp2c()
|
H A D | sh.decls.h | 195 extern int Gmatch (const Char *, const Char *);
|
H A D | ed.chared.c | 1041 Gmatch(cp, pattern)) { in c_search_line() 1049 Gmatch(cp, pattern)) { in c_search_line() 1819 return Gmatch(str, patbuf.s); in c_hmatch()
|
H A D | sh.glob.c | 887 Gmatch(const Char *string, const Char *pattern) in Gmatch() function
|
H A D | sh.func.c | 874 if (Gmatch(goal, cp)) in search() 1619 if (!Gmatch(name, *v)) in dounsetenv()
|
H A D | sh.set.c | 602 if (Gmatch(vp->v_name, pat)) in madrof()
|
H A D | Fixes | 1714 15. Brace globbing and negation globbing for Gmatch.
|