Searched refs:matcher (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.3-release/gnu/usr.bin/grep/
H A Dgrepmat.c6 char const *matcher; variable
H A Dgrep.h29 extern struct matcher struct
37 extern char const *matcher;
H A Dgrep.c1202 /* Set the matcher to M, reporting any conflicts. */
1206 if (matcher && strcmp (matcher, m) != 0)
1208 matcher = m;
1211 /* Go through the matchers vector and look for the specified matcher.
1751 if (! matcher)
1752 matcher = program_name;
1756 printf (_("%s (GNU grep) %s\n"), matcher, VERSION);
1791 if (!install_matcher (matcher) && !install_matcher ("default"))
H A Dsearch.c79 call the regexp matcher at all. */
126 which must occur in the match, then we build a kwset matcher
139 matches. The kwset matcher will return the index
150 the use of the regexp matcher. */
210 for the DFA matcher that will quickly throw out cases that won't work.
211 Then if DFA succeeds we do some hairy stuff using the regex matcher
249 if (strcmp (matcher, "awk") == 0)
294 for the DFA matcher that will quickly throw out cases that won't work.
295 Then if DFA succeeds we do some hairy stuff using the regex matcher
370 /* Find a possible match using the KWset matcher
[all...]
/freebsd-10.3-release/contrib/diff/lib/
H A Dexclude.c160 int (*matcher) (char const *, char const *, int) =
164 bool matched = ((*matcher) (pattern, f, options) == 0);
170 matched = ((*matcher) (pattern, p + 1, options) == 0);
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h35 /// \brief A variant matcher object.
40 /// overloads of the matcher. \c VariantMatcher knows how to select the
42 /// To get a real matcher object out of a \c VariantMatcher you can do:
43 /// - getSingleMatcher() which returns a matcher, only if it is not ambiguous
44 /// to decide which matcher to return. Eg. it contains only a single
45 /// matcher, or a polymorphic one with only one overload.
47 /// the underlying matcher(s) can unambiguously return a Matcher<T>.
60 /// \brief Payload interface to be specialized by each matcher type.
72 /// \brief A null matcher.
75 /// \brief Clones the provided matcher
183 const MatcherT &matcher() const { return *Out; } function in class:clang::ast_matchers::dynamic::VariantMatcher::TypedMatcherOps
[all...]
/freebsd-10.3-release/lib/libc/regex/
H A Dengine.c47 #define matcher smatcher macro
58 #define matcher lmatcher macro
69 #define matcher mmatcher macro
104 static int matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags);
145 - matcher - the actual matching engine
146 == static int matcher(struct re_guts *g, const char *string, \
150 matcher(struct re_guts *g, function
202 /* Greedy matcher */
1178 #undef matcher macro
/freebsd-10.3-release/contrib/nvi/regex/
H A Dengine.c50 #define matcher smatcher macro
61 #define matcher lmatcher macro
95 static int matcher __P((struct re_guts *g, const RCHAR_T *string, size_t nmatch, regmatch_t pmatch[], int eflags));
133 - matcher - the actual matching engine
134 == static int matcher(register struct re_guts *g, const RCHAR_T *string, \
138 matcher(g, string, nmatch, pmatch, eflags) function
1094 #undef matcher macro
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp353 CommandDictCommandPartialMatch matcher(cmd_str);
355 CommandObject::CommandMap::iterator matching_cmds = std::find_if (in_map.begin(), in_map.end(), matcher);
361 matching_cmds = std::find_if (++matching_cmds, in_map.end(), matcher);;
/freebsd-10.3-release/lib/clang/
H A Dclang.build.mk49 AsmMatcher/-gen-asm-matcher \

Completed in 106 milliseconds