Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/tcsh/
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()
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]) &&
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()
Dsh.exp.c333 i = Gmatch(p1, p2); in exp2c()
337 i = !Gmatch(p1, p2); in exp2c()
Dsh.decls.h195 extern int Gmatch (const Char *, const Char *);
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()
Dsh.glob.c887 Gmatch(const Char *string, const Char *pattern) in Gmatch() function
Dsh.func.c874 if (Gmatch(goal, cp)) in search()
1619 if (!Gmatch(name, *v)) in dounsetenv()
Dsh.set.c602 if (Gmatch(vp->v_name, pat)) in madrof()
DFixes1714 15. Brace globbing and negation globbing for Gmatch.
/freebsd-12-stable/contrib/opie/
Dglob.c138 static int Gmatch FUNCTION((s, p), register char *s AND register char *p)
175 if (Gmatch(s, p))