Searched refs:matcher (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | Expression.java | 253 Matcher m = pattern.matcher(raw); in valueOf() 429 Matcher m = pattern.matcher(raw); in valueOf() 580 Matcher m = pattern.matcher(raw); in valueOf()
|
/titanic_44/usr/src/lib/libsaveargs/tests/ |
H A D | README | 3 A stub program that tests the saveargs matcher against a variety of
|
/titanic_44/usr/src/tools/onbld/Scm/ |
H A D | WorkSpace.py | 488 match = self._ws.matcher(files=self.list()) 682 match = self.matcher(files=files) 963 def matcher(self, pats=None, opts=None, files=None): member in WorkSpace 1036 matcher = cmdutil.matchall(self.repo) 1038 for ctx in cmdutil.walkchangerevs(self.repo, matcher, opts, prep):
|
H A D | Backup.py | 372 match = self.ws.matcher(files=self.wctx.files()) 472 match = self.ws.matcher(files=self.wctx.files())
|
/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | engine.c | 44 #define matcher smatcher macro 55 #define matcher lmatcher macro 66 #define matcher mmatcher macro 101 static int matcher(struct re_guts *, const char *, size_t, regmatch_t[], int); 150 matcher(struct re_guts *g, in matcher() function 1131 #undef matcher
|
/titanic_44/usr/src/tools/onbld/hgext/ |
H A D | cdm.py | 252 matchfunc = wslist[repo].matcher(pats=pats, opts=opts) 254 matchfunc = wslist[repo].matcher(files=act.files()) 1396 match = wslist[repo].matcher(pats=pats, opts=opts)
|
/titanic_44/usr/src/lib/libshell/common/ |
H A D | RELEASE | 1587 01-04-30 This release uses a new and often much faster pattern matcher than
|