| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/ |
| H A D | RTF.pm | 33 our %Escape = ( 62 # Generate a string of all the characters in %Escape that don't map to 65 $escaped_sans_hyphen .= $_ for grep { $_ ne $Escape{$_} && $_ ne '-' } 66 sort keys %Escape; 586 s/($escape_re)/$Escape{$1}/g; # ESCAPER 592 s/($escape_re)/$Escape{$1}/g; # ESCAPER 598 ) =~ s/($escape_re)/$Escape{$1}/g; # ESCAPER 599 # Escape \, {, }, -, control chars, and 7f-ff.
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | Program.cpp | 84 const bool Escape = Arg.find_first_of(" \"\\$") != StringRef::npos; in printArg() local 86 if (!Quote && !Escape) { in printArg()
|
| /openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/t/ |
| H A D | htmlescp.t | 39 <title>Escape Sequences Test: Recalling the Glory "<&&&>" of Ampersands… 55 <p>Escape Sequences Test: Recalling the Glory "<&&&>" of Ampersands</p>
|
| H A D | htmlescp.pod | 3 Escape Sequences Test: Recalling the Glory "<&&&>" of Ampersands
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/ |
| H A D | value-escaped.txt | 4 # Escape sequences that can appear in python re.sub replacement strings have no
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-if-else/ |
| H A D | test.txt | 28 # Escape line breaks for multi-line expressions 45 # Escape %if. Without %if..%else context '%{' and '%}' are treated
|
| /openbsd-src/gnu/llvm/llvm/cmake/modules/ |
| H A D | CrossCompile.cmake | 49 # Escape semicolons in the targets list so that cmake doesn't expand
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Program.inc | 364 // The entire remainder of the argument is backslashes. Escape all of 372 // This is an embedded quote. Escape all preceding backslashes, then
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-strip.rst | 125 ``\`` Escape the next character ``\``
|
| H A D | llvm-objcopy.rst | 242 ``\`` Escape the next character ``\``
|
| /openbsd-src/games/hack/ |
| H A D | help | 42 ! Escape to a shell.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| H A D | perlfaq9.pod | 152 X<URI> X<URI::Escape> X<RFC 2396> 158 To encode a string yourself, use the L<URI::Escape> module. The C<uri_escape>
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | cgen-asm.in | 110 /* Escape any regex metacharacters in the syntax. */
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | cgen-asm.in | 109 /* Escape any regex metacharacters in the syntax. */
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlreref.pod | 94 \e Escape
|
| H A D | perlsecpolicy.pod | 164 =head3 Escape from a L<Safe> compartment
|
| H A D | perlrebackslash.pod | 74 \e Escape character.
|
| /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/ |
| H A D | Changes | 150 - Escape double quotes of file names/commands in #line directives.
|
| /openbsd-src/gnu/llvm/clang/docs/analyzer/developer-docs/ |
| H A D | InitializerLists.rst | 5 "Escape symbols when creating std::initializer_list".
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | TestingGuide.rst | 848 string. Escape sequences that can appear in python ``re.sub`` replacement
|
| /openbsd-src/usr.sbin/nsd/ |
| H A D | acx_nlnetlabs.m4 | 125 dnl Escape backslashes as \\, for C:\ paths, for the C preprocessor defines.
|
| /openbsd-src/usr.sbin/unbound/ |
| H A D | acx_nlnetlabs.m4 | 125 dnl Escape backslashes as \\, for C:\ paths, for the C preprocessor defines.
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 3360 Value *Escape = in fixupIVUsers() local 3362 Escape->setName("ind.escape"); in fixupIVUsers() 3363 MissingVals[UI] = Escape; in fixupIVUsers()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | FSFChangeLog | 135 Escape newlines in strings. 136 (macarg): Have macarg1 count newlines. Escape newlines in strings.
|
| /openbsd-src/lib/libcurses/ |
| H A D | Caps | 742 scancode_escape scesc str S7 - - ----- Escape for scancode emulation
|