Home
last modified time | relevance | path

Searched defs:matcher (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/gnu/usr.bin/grep/
Dgrep.h29 extern struct matcher struct
37 extern char const *matcher; argument
Dgrepmat.c6 char const *matcher; variable
/freebsd-10-stable/lib/libc/regex/
Dengine.c47 #define matcher smatcher macro
58 #define matcher lmatcher macro
69 #define matcher mmatcher macro
150 matcher(struct re_guts *g, in matcher() function
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
DVariantValue.h183 const MatcherT &matcher() const { return *Out; } in matcher() function
/freebsd-10-stable/contrib/nvi/regex/
Dengine.c50 #define matcher smatcher macro
61 #define matcher lmatcher macro
138 matcher(g, string, nmatch, pmatch, eflags) in matcher() function
/freebsd-10-stable/contrib/diff/lib/
Dexclude.c160 int (*matcher) (char const *, char const *, int) = in excluded_filename() local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DCommandObject.cpp353 CommandDictCommandPartialMatch matcher(cmd_str); in AddNamesMatchingPartialString() local