| /openbsd-src/gnu/usr.bin/texinfo/makeinfo/ |
| H A D | xref.c | 493 char *replacement = get_xref_token (0); in cm_uref() local 499 if (*replacement) in cm_uref() 500 execute_string ("%s", replacement); in cm_uref() 519 if (*replacement) in cm_uref() 522 execute_string ("%s", replacement); in cm_uref() 535 execute_string ("%s", *replacement ? replacement in cm_uref() 539 else if (*replacement) /* do not show the url */ in cm_uref() 540 execute_string ("%s", replacement); in cm_uref() 561 if (replacement) in cm_uref() 562 free (replacement); in cm_uref()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | PathMappingList.h | 37 void Append(llvm::StringRef path, llvm::StringRef replacement, bool notify); 43 bool AppendUnique(llvm::StringRef path, llvm::StringRef replacement, 60 void Insert(llvm::StringRef path, llvm::StringRef replacement, 67 bool Replace(llvm::StringRef path, llvm::StringRef replacement, bool notify); 69 bool Replace(llvm::StringRef path, llvm::StringRef replacement,
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | macrotab.c | 534 const char *replacement) in new_macro_definition() argument 541 d->replacement = macro_bcache_str (t, replacement); in new_macro_definition() 596 macro_bcache_free (t, (char *) d->replacement); in macro_tree_delete_value() 668 const char *replacement) in check_for_redefinition() argument 688 else if (strcmp (replacement, found_def->replacement)) in check_for_redefinition() 721 const char *name, const char *replacement) in macro_define_object() argument 730 replacement); in macro_define_object() 746 d = new_macro_definition (t, macro_object_like, 0, 0, replacement); in macro_define_object() 754 const char *replacement) in macro_define_function() argument 763 replacement); in macro_define_function() [all …]
|
| H A D | maint.c | 544 char *replacement = NULL; in maintenance_do_deprecate() local 567 replacement = xstrdup (start_ptr); in maintenance_do_deprecate() 573 replacement = NULL; in maintenance_do_deprecate() 585 xfree (alias->replacement); in maintenance_do_deprecate() 591 alias->replacement = replacement; in maintenance_do_deprecate() 598 xfree (cmd->replacement); in maintenance_do_deprecate() 604 cmd->replacement = replacement; in maintenance_do_deprecate()
|
| H A D | macrotab.h | 228 const char *name, const char *replacement); 243 const char *replacement); 278 const char *replacement; member
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | PathMappingList.cpp | 61 void PathMappingList::Append(llvm::StringRef path, llvm::StringRef replacement, in Append() argument 64 m_pairs.emplace_back(pair(NormalizePath(path), NormalizePath(replacement))); in Append() 81 llvm::StringRef replacement, bool notify) { in AppendUnique() argument 83 auto normalized_replacement = NormalizePath(replacement); in AppendUnique() 89 Append(path, replacement, notify); in AppendUnique() 93 void PathMappingList::Insert(llvm::StringRef path, llvm::StringRef replacement, in Insert() argument 102 NormalizePath(replacement))); in Insert() 107 bool PathMappingList::Replace(llvm::StringRef path, llvm::StringRef replacement, in Replace() argument 112 m_pairs[index] = pair(NormalizePath(path), NormalizePath(replacement)); in Replace()
|
| /openbsd-src/gnu/usr.bin/perl/ext/POSIX/lib/ |
| H A D | POSIX.pm | 26 my %replacement = ( 182 my @unimpl = sort grep { exists $replacement{$_} } @list; 195 eval join ';', map "sub $_", keys %replacement, keys %reimpl; 199 my $how = $replacement{$func}; 228 if (exists $replacement{$func}) { 480 grep {!exists $export{$_}} keys %reimpl, keys %replacement, keys %export_ok);
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-sra.c | 115 tree replacement; member 1182 elt->replacement = var = make_rename_temp (elt->type, "SR"); in instantiate_element() 1275 if (elt->replacement) in sum_instantiated_sizes() 1303 if (sub->replacement == NULL) in instantiate_missing_elements_1() 1495 any_inst = elt->replacement != NULL; in decide_block_copy() 1597 if (elt->replacement) in mark_no_warning() 1598 TREE_NO_WARNING (elt->replacement) = 1; in mark_no_warning() 1683 r = c->replacement; in generate_copy_inout() 1685 i = c->replacement; in generate_copy_inout() 1692 else if (elt->replacement) in generate_copy_inout() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/comp/ |
| H A D | opsubs.t | 163 like( $@, qr/^Substitution replacement not terminated/, "s('unqualified') doesn't work" ); 170 like( $@, qr/^Transliteration replacement not terminated/, "tr('unqualified') doesn't work" ); 177 like( $@, qr/^Transliteration replacement not terminated/, "y('unqualified') doesn't work" ); 188 <kane-xs> Transliteration replacement not terminated at -e line 1.
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | relative_lines.py | 92 replacement = replace_one(capture, line, m.start(index)) 93 result += replacement 94 if replacement == capture:
|
| /openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/ |
| H A D | newconfig.py | 13 for (orig, replacement) in config.substitutions: 15 return replacement
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | InputSection.h | 120 return replacement ? replacement : this; in canonical() 123 return replacement ? replacement : this; in canonical() 131 ConcatInputSection *replacement = nullptr; variable
|
| /openbsd-src/gnu/lib/libreadline/ |
| H A D | complete.c | 1247 char *replacement; local 1257 replacement = match; 1280 replacement = (*rl_filename_quoting_function) (match, do_replace, qc); 1282 return (replacement); 1291 char *replacement; local 1295 replacement = make_quoted_replacement (match, mtype, qc); 1298 if (replacement) 1302 replacement[0] == *qc) 1307 replacement[0] != oqc) 1309 _rl_replace_text (replacement, start, rl_point - 1); [all …]
|
| /openbsd-src/regress/bin/ksh/ |
| H A D | strsub.t | 92 name: strsub-replacement-1 104 name: strsub-replacement-2 106 The replacement is not treated as magic
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | dump_format_help.py | 15 replacement = '\n.. START_%s\n\n%s\n\n.. END_%s\n' % (tag, contents, tag) 17 return re.sub(pattern, '%s', text, flags=re.S) % replacement
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
| H A D | use_mbfw.t | 13 # the replacement lib can handle the lib statement, but it could also ignore it 14 # completely, for instance, when it is a 100% replacement for Math::BigInt, but
|
| /openbsd-src/gnu/usr.bin/texinfo/m4/ |
| H A D | mkstemp.m4 | 8 # On systems like the above, arrange to use the replacement function. 46 [Define to rpl_mkstemp if the replacement function should be used.])
|
| /openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/ |
| H A D | ClangFormatPackage.cs | 452 foreach (XElement replacement in root.Descendants("replacement")) in ApplyClangFormatReplacements() 454 int offset = int.Parse(replacement.Attribute("offset").Value); in ApplyClangFormatReplacements() 455 int length = int.Parse(replacement.Attribute("length").Value); in ApplyClangFormatReplacements() 459 edit.Replace(span, replacement.Value); in ApplyClangFormatReplacements()
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | softquad | 25 # sqtroff intermediate language (replacement for ditroff int. lang.) 33 # sqtroff intermediate language (replacement for ditroff int. lang.)
|
| /openbsd-src/gnu/usr.bin/texinfo/util/ |
| H A D | texi-docstring-magic.el | 187 (replacement (eval replace)) 188 (newlength (length replacement))) 190 (replace-match replacement t t docstring))
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | PostfixExpression.cpp | 127 if (Node *replacement = m_replacer(symbol)) { in Visit() local 128 ref = replacement; in Visit() 129 if (replacement != &symbol) in Visit()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/cli/ |
| H A D | cli-decode.c | 168 c->replacement = NULL; in add_cmd() 201 deprecate_cmd (struct cmd_list_element *cmd, char *replacement) in deprecate_cmd() argument 205 if (replacement != NULL) in deprecate_cmd() 206 cmd->replacement = replacement; in deprecate_cmd() 208 cmd->replacement = NULL; in deprecate_cmd() 1331 if (alias->replacement) in deprecated_cmd_warning() 1332 printf_filtered ("Use '%s'.\n\n", alias->replacement); in deprecated_cmd_warning() 1338 if (cmd->replacement) in deprecated_cmd_warning() 1339 printf_filtered ("Use '%s'.\n\n", cmd->replacement); in deprecated_cmd_warning()
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-addr2line.rst | 1 llvm-addr2line - a drop-in replacement for addr2line 15 tool with different defaults. The goal is to make it a drop-in replacement for
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-tic54x.c | 712 char *replacement = xmalloc (strlen (name) local 714 strcpy (replacement, S_GET_NAME (rootsym)); 715 strcat (replacement, "+"); 716 strcat (replacement, root_stag_name); 717 strcat (replacement, name + strlen (S_GET_NAME (rootsym))); 718 hash_insert (subsym_hash[0], name, replacement); 4762 char *replacement; /* current replacement for LINE. */ local 4775 replacement = xmalloc (strlen (line) + 1); 4776 strcpy (replacement, line); 4778 ptr = head = replacement; [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-tic54x.c | 707 char *replacement = xmalloc (strlen (name) local 709 strcpy (replacement, S_GET_NAME (rootsym)); 710 strcat (replacement, "+"); 711 strcat (replacement, root_stag_name); 712 strcat (replacement, name + strlen (S_GET_NAME (rootsym))); 713 hash_insert (subsym_hash[0], name, replacement); 4710 char *replacement; /* current replacement for LINE. */ local 4723 replacement = xmalloc (strlen (line) + 1); 4724 strcpy (replacement, line); 4726 ptr = head = replacement; [all …]
|