Home
last modified time | relevance | path

Searched refs:regexp (Results 1 – 25 of 36) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/gcc/
H A Dgenautomata.c610 } regexp; argument
1581 regexp = XCREATENODE (struct regexp); in gen_regexp_el()
1586 regexp = XCREATENODE (struct regexp); in gen_regexp_el()
1613 REGEXP_REPEAT (repeat)->regexp = regexp; in gen_regexp_repeat()
2812 REGEXP_REPEAT (regexp)->regexp in process_regexp()
4509 result = XCOPYNODE (struct regexp, regexp); in copy_insn_regexp()
4573 operand = REGEXP_REPEAT (regexp)->regexp; in transform_1()
4575 regexp = XCREATENODEVAR (struct regexp, sizeof (struct regexp) in transform_1()
4969 REGEXP_REPEAT (regexp)->regexp in regexp_transform_func()
5073 gcc_assert (regexp && regexp->mode == rm_oneof
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgenautomata.c595 } regexp; argument
1571 regexp = XCREATENODE (struct regexp); in gen_regexp_el()
1576 regexp = XCREATENODE (struct regexp); in gen_regexp_el()
1603 REGEXP_REPEAT (repeat)->regexp = regexp; in gen_regexp_repeat()
2808 REGEXP_REPEAT (regexp)->regexp in process_regexp()
4501 result = XCOPYNODE (struct regexp, regexp); in copy_insn_regexp()
4565 operand = REGEXP_REPEAT (regexp)->regexp; in transform_1()
4567 regexp = XCREATENODEVAR (struct regexp, sizeof (struct regexp) in transform_1()
4961 REGEXP_REPEAT (regexp)->regexp in regexp_transform_func()
5063 gcc_assert (regexp && regexp->mode == rm_oneof in store_alt_unit_usage()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dobjc-lang.c557 if (regexp == NULL) in selectors_info()
561 if (*regexp == '+' || *regexp == '-') in selectors_info()
563 plusminus = *regexp++; in selectors_info()
564 while (*regexp == ' ' || *regexp == '\t') in selectors_info()
565 regexp++; in selectors_info()
582 if (regexp != NULL) in selectors_info()
624 regexp ? regexp : "*"); in selectors_info()
671 regexp ? regexp : "*"); in selectors_info()
718 if (regexp == NULL) in classes_info()
733 if (regexp != NULL) in classes_info()
[all …]
H A Dsymtab.c3455 if (regexp != NULL) in search_symbols()
3488 regexp = tmp; in search_symbols()
3788 if (regexp != NULL) in symtab_symbol_info()
3790 classnames[kind], regexp); in symtab_symbol_info()
3822 variables_info (char *regexp, int from_tty) in variables_info() argument
3835 types_info (char *regexp, int from_tty) in types_info() argument
3845 rbreak_command (regexp, from_tty); in rbreak_command_wrapper()
3867 if (regexp) in rbreak_command()
3869 char *colon = strchr (regexp, ':'); in rbreak_command()
3875 colon_index = colon - regexp; in rbreak_command()
[all …]
H A Dsymmisc.c708 maintenance_info_symtabs (char *regexp, int from_tty) in maintenance_info_symtabs() argument
713 if (regexp) in maintenance_info_symtabs()
714 re_comp (regexp); in maintenance_info_symtabs()
729 if (! regexp in maintenance_info_symtabs()
H A Dpsymtab.c1894 maintenance_info_psymtabs (char *regexp, int from_tty) in maintenance_info_psymtabs() argument
1899 if (regexp) in maintenance_info_psymtabs()
1900 re_comp (regexp); in maintenance_info_psymtabs()
1916 if (! regexp in maintenance_info_psymtabs()
/dragonfly/contrib/diffutils/lib/
H A Dregcomp.c84 re_string_t *regexp,
90 re_string_t *regexp,
743 re_string_t regexp; in re_compile_internal() local
792 re_string_destruct (&regexp); in re_compile_internal()
822 re_string_destruct (&regexp); in re_compile_internal()
2280 while (!re_string_eoi (regexp) in parse_expression()
2281 && !re_string_first_byte (regexp, re_string_cur_idx (regexp))) in parse_expression()
3417 cur_char_size = re_string_char_size_at (regexp, re_string_cur_idx (regexp)); in parse_bracket_element()
3421 elem->opr.wch = re_string_wchar_at (regexp, re_string_cur_idx (regexp)); in parse_bracket_element()
3456 if (re_string_eoi(regexp)) in parse_bracket_symbol()
[all …]
/dragonfly/contrib/cvs-1.12/lib/
H A Dregcomp.c80 re_string_t *regexp,
86 re_string_t *regexp,
714 re_string_t regexp; in re_compile_internal() local
762 re_string_destruct (&regexp); in re_compile_internal()
791 re_string_destruct (&regexp); in re_compile_internal()
2189 while (!re_string_eoi (regexp) in parse_expression()
2190 && !re_string_first_byte (regexp, re_string_cur_idx (regexp))) in parse_expression()
3253 cur_char_size = re_string_char_size_at (regexp, re_string_cur_idx (regexp)); in parse_bracket_element()
3257 elem->opr.wch = re_string_wchar_at (regexp, re_string_cur_idx (regexp)); in parse_bracket_element()
3292 if (re_string_eoi(regexp)) in parse_bracket_symbol()
[all …]
/dragonfly/contrib/grep/lib/
H A Dregcomp.c84 re_string_t *regexp,
90 re_string_t *regexp,
731 re_string_t regexp; in re_compile_internal() local
780 re_string_destruct (&regexp); in re_compile_internal()
810 re_string_destruct (&regexp); in re_compile_internal()
2264 while (!re_string_eoi (regexp) in parse_expression()
2265 && !re_string_first_byte (regexp, re_string_cur_idx (regexp))) in parse_expression()
3399 cur_char_size = re_string_char_size_at (regexp, re_string_cur_idx (regexp)); in parse_bracket_element()
3403 elem->opr.wch = re_string_wchar_at (regexp, re_string_cur_idx (regexp)); in parse_bracket_element()
3438 if (re_string_eoi(regexp)) in parse_bracket_symbol()
[all …]
/dragonfly/contrib/gdb-7/gdb/python/lib/gdb/
H A Dprinting.py165 def __init__(self, name, regexp, gen_printer): argument
167 self.regexp = regexp
169 self.compiled_re = re.compile(regexp)
174 def add_printer(self, name, regexp, gen_printer): argument
194 self.subprinters.append(self.RegexpSubprinter(name, regexp,
/dragonfly/gnu/usr.bin/cvs/contrib/
H A Deasy-import.pl188 local($regexp);
190 if($name eq "vendor") { $regexp = '^[A-Z][A-Z0-9_]*$'; }
191 elsif($name eq "release") { $regexp = '^[a-z][a-z0-9_]*$'; }
197 if($s !~ /$regexp/) {
199 "$regexp.${ue}\n";
/dragonfly/test/libpthread/
H A Dpropagate_s.pl47 $regexp = "\" U \\(" . $cpoints . "\\\)\$\"";
49 `nm -a /usr/lib/libc.a |grep $regexp >propagate_s.out`;
/dragonfly/contrib/less/
H A DREADME.DELETED30 regexp.c
31 regexp.h
H A Dpattern.h68 #define PATTERN_TYPE struct regexp *
H A Dpattern.c122 struct regexp *comp; in compile_pattern2()
/dragonfly/tools/regression/usr.bin/m4/
H A Dpatterns.m411 dnl Special case: empty regexp
12 patsubst(`empty regexp',`',`a ')
/dragonfly/contrib/tre/
H A DREADME3 TRE is a lightweight, robust, and efficient POSIX compliant regexp
19 TRE is not just yet another regexp matcher. TRE has some features
37 tool for approximate regexp matching in the style of grep. Unlike
45 POSIX defines the behaviour of regexp functions precisely. TRE
59 For an excellent survey on POSIX regexp matchers, see the testregex
105 re-entrant, and a single compiled regexp object can be used
164 Note that other portable regexp implementations don't support
/dragonfly/contrib/tcsh-6/
H A Dcomplete.tcsh659 complete postmap 'n/1/(hash: regexp:)/' 'c/hash:/f/' 'c/regexp:/f/'
920 c/--/"(extended-regexp fixed-regexp basic-regexp \
921 regexp file ignore-case word-regexp line-regexp \
932 c/--/"(extended-regexp fixed-regexp basic-regexp \
933 regexp file ignore-case word-regexp line-regexp \
944 c/--/"(extended-regexp fixed-regexp basic-regexp \
945 regexp file ignore-case word-regexp line-regexp \
H A Dcsh-mode.el883 (defun csh-pickup-completion (regexp type match pmin pmax)
890 (re-search-forward regexp pmax t)
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dsourcebuild.texi1151 message is not matched by @var{regexp} then the check fails and
1159 message is not matched by @var{regexp} then the check fails and
1166 not matched by @var{regexp} then the check fails and @var{comment} is
1171 message matching @var{regexp}, or else specifies the source line
1182 @item @{ dg-prune-output @var{regexp} @}
1183 Prune messages matching @var{regexp} from the test output.
1190 This DejaGnu directive compares @var{regexp} to the combined output
2011 Passes if @var{regexp} matches text in @var{filename}.
2013 Passes if @var{regexp} does not match text in @var{filename}.
2015 Passes if @var{regexp} matches in Fortran module @var{module}.
[all …]
/dragonfly/contrib/grep/
H A DREADME18 considered by the full regexp matcher without necessarily having to
/dragonfly/contrib/awk/
H A Dproto.h58 extern Node *regexp(void);
H A Db.c956 np = regexp(); in reparse()
962 Node *regexp(void) /* top-level parse of reg expr */ in regexp() function
1012 np = regexp(); in primary()
/dragonfly/contrib/tre/lib/
H A DREADME17 - Regexp parser. Parses a POSIX regexp (with TRE extensions) into
/dragonfly/contrib/grep/doc/
H A Dgrep.texi185 @itemx --regexp=@var{patterns}
249 @itemx --word-regexp
251 @opindex --word-regexp
272 @itemx --line-regexp
274 @opindex --line-regexp
1141 @itemx --basic-regexp
1143 @opindex --basic-regexp
1149 @itemx --extended-regexp
1151 @opindex --extended-regexp
1165 @itemx --perl-regexp
[all …]

12