expand.c | 120 STATIC int patmatch(const char *, const char *, int); 809 if (patmatch(str, startp, quotes)) 821 if (patmatch(str, startp, quotes)) 838 if (patmatch(str, loc, quotes)) 854 if (patmatch(str, loc, quotes)) 1720 if (patmatch(start, dp->d_name, 0)) { 1882 patmatch(const char *pattern, const char *string, int squoted) function in typeref:typename:STATIC int 1889 VTRACE(DBG_MATCH, ("patmatch(P=\"%s\", W=\"%s\"%s): ", 2197 result = patmatch(p, val, 0);
|