/openbsd-src/gnu/usr.bin/perl/ |
H A D | regexp.h | 136 typedef struct regexp { argument 146 const struct regexp_engine* engine; /* what engine created this regexp? */ argument 133 typedef struct regexp { global() struct 135 engineregexp global() argument 137 paren_namesregexp global() argument 145 nparensregexp global() argument 147 logical_to_parnoregexp global() argument 148 parno_to_logicalregexp global() argument 149 parno_to_logical_nextregexp global() argument 173 offsregexp global() argument 174 recurse_locinputregexp global() argument 175 lastcloseparenregexp global() argument 199 } regexp; global() typedef [all...] |
/openbsd-src/gnu/gcc/gcc/ |
H A D | genautomata.c | 437 regexp_t regexp; member 454 regexp_t regexp; member 555 regexp_t regexp; member 575 struct regexp struct 578 enum regexp_mode mode; argument 589 } regexp; argument 1537 regexp_t regexp; in gen_regexp_el() local 1569 regexp_t regexp; in gen_regexp_repeat() local 2648 process_regexp (regexp_t regexp) in process_regexp() 2770 loop_in_regexp (regexp_t regexp, decl_t start_decl) in loop_in_regexp() [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | genautomata.c | 804 regexp_t regexp; member 821 regexp_t regexp; member 926 regexp_t regexp; member 946 struct regexp struct 949 enum regexp_mode mode; argument 960 } regexp; argument 1883 regexp_t regexp; local 1913 regexp_t regexp; local 2939 process_regexp (regexp) in process_regexp() argument 3050 loop_in_regexp (regexp, start_decl) in loop_in_regexp() argument [all …]
|
/openbsd-src/gnu/llvm/llvm/utils/vscode/llvm/ |
H A D | package.json | 81 "regexp": "^(.+):(\\d+)\\((\\d+)\\):\\s+(.+)$", string 99 "regexp": "^(.+):(\\d+):\\d+:\\s+(error|warning|note|remark):\\s+(.+)$", string
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | symtab.c | 2831 search_symbols (char *regexp, domain_enum kind, int nfiles, char *files[], in search_symbols() 3188 symtab_symbol_info (char *regexp, domain_enum kind, int from_tty) in symtab_symbol_info() 3236 variables_info (char *regexp, int from_tty) in variables_info() 3242 functions_info (char *regexp, int from_tty) in functions_info() 3249 types_info (char *regexp, int from_tty) in types_info() 3257 rbreak_command_wrapper (char *regexp, int from_tty) in rbreak_command_wrapper() 3263 rbreak_command (char *regexp, int from_tty) in rbreak_command()
|
H A D | symmisc.c | 987 maintenance_info_symtabs (char *regexp, int from_tty) in maintenance_info_symtabs() 1036 maintenance_info_psymtabs (char *regexp, int from_tty) in maintenance_info_psymtabs()
|
H A D | objc-lang.c | 831 selectors_info (char *regexp, int from_tty) in selectors_info() 982 classes_info (char *regexp, int from_tty) in classes_info()
|
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
H A D | configuration.py | 72 regexp = None variable
|
H A D | lldbutil.py | 431 def run_break_set_by_regexp( argument 452 def run_break_set_by_source_regexp( argument
|
/openbsd-src/gnu/llvm/lldb/utils/lui/ |
H A D | lldbutil.py | 438 def run_break_set_by_regexp( argument 459 def run_break_set_by_source_regexp( argument
|
/openbsd-src/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectFrame.cpp | 952 bool regexp) { in HandleArgumentCompletion() 1027 llvm::ArrayRef<ConstString> symbols, bool regexp) { in DoExecute()
|
H A D | CommandObjectBreakpoint.cpp | 637 RegularExpression regexp(m_options.m_func_regexp); in DoExecute() local 673 RegularExpression regexp(m_options.m_source_text_regexp); in DoExecute() local
|
/openbsd-src/gnu/llvm/lldb/source/Symbol/ |
H A D | Symtab.cpp | 746 const RegularExpression ®exp, SymbolType symbol_type, in AppendSymbolIndexesMatchingRegExAndType() 768 const RegularExpression ®exp, SymbolType symbol_type, in AppendSymbolIndexesMatchingRegExAndType()
|
/openbsd-src/usr.bin/awk/ |
H A D | b.c | 971 Node *regexp(void) /* top-level parse of reg expr */ regexp() function
|