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

/netbsd-6-1-5-RELEASE/gnu/dist/grep/src/
H A Dgrepmat.c8 char const *matcher; variable
H A Dgrep.h29 extern struct matcher struct
37 extern char const *matcher;
H A Dgrep.c1136 /* Set the matcher to M, reporting any conflicts. */
1140 if (matcher && strcmp (matcher, m) != 0)
1142 matcher = m;
1145 /* Go through the matchers vector and look for the specified matcher.
1665 if (! matcher)
1667 matcher = __progname;
1669 matcher = "grep";
1674 printf (_("%s (GNU grep) %s\n"), matcher, VERSION);
1709 if (!install_matcher (matcher)
[all...]
H A Dsearch.c72 call the regexp matcher at all. */
109 which must occur in the match, then we build a kwset matcher
122 matches. The kwset matcher will return the index
133 the use of the regexp matcher. */
224 for the DFA matcher that will quickly throw out cases that won't work.
225 Then if DFA succeeds we do some hairy stuff using the regex matcher
262 if (strcmp (matcher, "awk") == 0)
307 for the DFA matcher that will quickly throw out cases that won't work.
308 Then if DFA succeeds we do some hairy stuff using the regex matcher
363 /* Find a possible match using the KWset matcher
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dexclude.c170 int (*matcher) PARAMS ((char const *, char const *, int)) =
174 bool matched = ((*matcher) (pattern, f, options) == 0);
180 matched = ((*matcher) (pattern, p + 1, options) == 0);
/netbsd-6-1-5-RELEASE/external/bsd/llvm/lib/libLLVMX86CodeGen/
H A DMakefile32 X86GenAsmMatcher.inc|-gen-asm-matcher \
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/lib/libdevmapper/
H A DMakefile28 dbg_malloc.c pool.c matcher.c parse_rx.c ttree.c \
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dmsggrep.c74 matcher_t *matcher; member in struct:grep_task
176 gt->matcher = &matcher_grep;
219 grep_task[grep_pass].matcher = &matcher_egrep;
272 grep_task[grep_pass].matcher = &matcher_fgrep;
420 gt->matcher->compile (gt->patterns, gt->patterns_size,
633 gt->matcher->execute (gt->compiled_patterns, str, len,
/netbsd-6-1-5-RELEASE/external/bsd/llvm/lib/libLLVMARMCodeGen/
H A DMakefile50 ARMGenAsmMatcher.inc|-gen-asm-matcher \
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/libdm/
H A DMakefile31 regex/matcher.c \
H A DMakefile.in31 regex/matcher.c \
/netbsd-6-1-5-RELEASE/dist/nvi/regex/
H A Dengine.c50 #define matcher smatcher macro
61 #define matcher lmatcher macro
95 static int matcher __P((struct re_guts *g, 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, RCHAR_T *string, \
138 matcher(g, string, nmatch, pmatch, eflags) function
1094 #undef matcher macro
/netbsd-6-1-5-RELEASE/lib/libc/regex/
H A Dengine.c82 #define matcher smatcher macro
94 #define matcher lmatcher macro
129 static int matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags);
171 - matcher - the actual matching engine
172 == static int matcher(struct re_guts *g, char *string, \
176 matcher( function
1179 #undef matcher macro

Completed in 182 milliseconds