Home
last modified time | relevance | path

Searched refs:Gmatch (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/tcsh/
H A Dtw.comp.c175 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 Dtc.who.c415 !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 Dtw.parse.c569 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 Dsh.exp.c333 i = Gmatch(p1, p2); in exp2c()
337 i = !Gmatch(p1, p2); in exp2c()
H A Dsh.decls.h195 extern int Gmatch (const Char *, const Char *);
H A Ded.chared.c1041 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 Dsh.glob.c887 Gmatch(const Char *string, const Char *pattern) in Gmatch() function
H A Dsh.func.c874 if (Gmatch(goal, cp)) in search()
1619 if (!Gmatch(name, *v)) in dounsetenv()
H A Dsh.set.c602 if (Gmatch(vp->v_name, pat)) in madrof()
H A DFixes1714 15. Brace globbing and negation globbing for Gmatch.