Home
last modified time | relevance | path

Searched refs:replacement (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dxref.c493 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/gnu/llvm/lldb/include/lldb/Target/
H A DPathMappingList.h37 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/gnu/usr.bin/binutils/gdb/
H A Dmacrotab.c534 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 Dmaint.c544 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 Dmacrotab.h228 const char *name, const char *replacement);
243 const char *replacement);
278 const char *replacement; member
/openbsd/gnu/llvm/lldb/source/Target/
H A DPathMappingList.cpp61 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/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm26 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/gnu/gcc/gcc/
H A Dtree-sra.c115 tree replacement; member
1275 if (elt->replacement) in sum_instantiated_sizes()
1597 if (elt->replacement) in mark_no_warning()
1683 r = c->replacement; in generate_copy_inout()
1685 i = c->replacement; in generate_copy_inout()
1726 if (dst->replacement) in generate_element_copy()
1732 t = sra_build_assignment (dst->replacement, src->replacement); in generate_element_copy()
1756 if (elt->replacement) in generate_element_zero()
1802 if (elt->replacement) in generate_element_init_1()
1967 if (elt->replacement) in scalarize_use()
[all …]
/openbsd/gnu/usr.bin/perl/t/comp/
H A Dopsubs.t163 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/gnu/llvm/llvm/utils/
H A Drelative_lines.py92 replacement = replace_one(capture, line, m.start(index))
93 result += replacement
94 if replacement == capture:
/openbsd/gnu/llvm/libcxx/utils/libcxx/test/
H A Dnewconfig.py13 for (orig, replacement) in config.substitutions:
15 return replacement
/openbsd/gnu/llvm/lld/MachO/
H A DInputSection.h120 return replacement ? replacement : this; in canonical()
123 return replacement ? replacement : this; in canonical()
131 ConcatInputSection *replacement = nullptr; variable
/openbsd/gnu/lib/libreadline/
H A Dcomplete.c1247 char *replacement; local
1257 replacement = match;
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);
1310 if (replacement != match)
[all …]
/openbsd/gnu/llvm/clang/docs/tools/
H A Ddump_format_help.py15 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/regress/bin/ksh/
H A Dstrsub.t92 name: strsub-replacement-1
104 name: strsub-replacement-2
106 The replacement is not treated as magic
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/t/
H A Duse_mbfw.t13 # 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/gnu/usr.bin/texinfo/m4/
H A Dmkstemp.m48 # On systems like the above, arrange to use the replacement function.
46 [Define to rpl_mkstemp if the replacement function should be used.])
/openbsd/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs452 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/usr.bin/file/magdir/
H A Dsoftquad25 # sqtroff intermediate language (replacement for ditroff int. lang.)
33 # sqtroff intermediate language (replacement for ditroff int. lang.)
/openbsd/gnu/usr.bin/texinfo/util/
H A Dtexi-docstring-magic.el187 (replacement (eval replace))
188 (newlength (length replacement)))
190 (replace-match replacement t t docstring))
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DPostfixExpression.cpp127 if (Node *replacement = m_replacer(symbol)) { in Visit() local
128 ref = replacement; in Visit()
129 if (replacement != &symbol) in Visit()
/openbsd/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-decode.c168 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/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-addr2line.rst1 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/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic54x.c715 strcat (replacement, "+");
4778 ptr = head = replacement;
4830 free (replacement);
5108 free (replacement);
5122 return replacement;
5155 replacement = line; in tic54x_start_line_hook()
5156 replacement = subsym_substitute (replacement, 0); in tic54x_start_line_hook()
5158 if (replacement != line) in tic54x_start_line_hook()
5162 char endc = replacement[strlen (replacement) - 1]; in tic54x_start_line_hook()
5174 comment = replacement + strlen (replacement) - 1; in tic54x_start_line_hook()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-tic54x.c710 strcat (replacement, "+");
4726 ptr = head = replacement;
4778 free (replacement);
5038 free (replacement);
5052 return replacement;
5085 replacement = line; in tic54x_start_line_hook()
5086 replacement = subsym_substitute (replacement, 0); in tic54x_start_line_hook()
5088 if (replacement != line) in tic54x_start_line_hook()
5092 char endc = replacement[strlen (replacement) - 1]; in tic54x_start_line_hook()
5104 comment = replacement + strlen (replacement) - 1; in tic54x_start_line_hook()
[all …]

12345678910>>...14