Home
last modified time | relevance | path

Searched refs:Escape (Results 1 – 25 of 66) sorted by relevance

123

/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DRTF.pm33 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 DProgram.cpp84 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 Dhtmlescp.t39 <title>Escape Sequences Test: Recalling the Glory &quot;&lt;&amp;&amp;&amp;&gt;&quot; of Ampersands…
55 <p>Escape Sequences Test: Recalling the Glory &quot;&lt;&amp;&amp;&amp;&gt;&quot; of Ampersands</p>
H A Dhtmlescp.pod3 Escape Sequences Test: Recalling the Glory "<&&&>" of Ampersands
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/
H A Dvalue-escaped.txt4 # 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 Dtest.txt28 # 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 DCrossCompile.cmake49 # Escape semicolons in the targets list so that cmake doesn't expand
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DProgram.inc364 // 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 Dllvm-strip.rst125 ``\`` Escape the next character ``\``
H A Dllvm-objcopy.rst242 ``\`` Escape the next character ``\``
/openbsd-src/games/hack/
H A Dhelp42 ! Escape to a shell.
/openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq9.pod152 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 Dcgen-asm.in110 /* Escape any regex metacharacters in the syntax. */
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dcgen-asm.in109 /* Escape any regex metacharacters in the syntax. */
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlreref.pod94 \e Escape
H A Dperlsecpolicy.pod164 =head3 Escape from a L<Safe> compartment
H A Dperlrebackslash.pod74 \e Escape character.
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/
H A DChanges150 - Escape double quotes of file names/commands in #line directives.
/openbsd-src/gnu/llvm/clang/docs/analyzer/developer-docs/
H A DInitializerLists.rst5 "Escape symbols when creating std::initializer_list".
/openbsd-src/gnu/llvm/llvm/docs/
H A DTestingGuide.rst848 string. Escape sequences that can appear in python ``re.sub`` replacement
/openbsd-src/usr.sbin/nsd/
H A Dacx_nlnetlabs.m4125 dnl Escape backslashes as \\, for C:\ paths, for the C preprocessor defines.
/openbsd-src/usr.sbin/unbound/
H A Dacx_nlnetlabs.m4125 dnl Escape backslashes as \\, for C:\ paths, for the C preprocessor defines.
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3360 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 DFSFChangeLog135 Escape newlines in strings.
136 (macarg): Have macarg1 count newlines. Escape newlines in strings.
/openbsd-src/lib/libcurses/
H A DCaps742 scancode_escape scesc str S7 - - ----- Escape for scancode emulation

123