Home
last modified time | relevance | path

Searched full:escapes (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/openbsd-src/gnu/usr.bin/texinfo/doc/
H A Dinfo.136 \fB\-R\fR, \fB\-\-raw\-escapes\fR
37 output "raw" ANSI escapes (default).
39 \fB\-\-no\-raw\-escapes\fR
40 output escapes as literal text.
/openbsd-src/gnu/llvm/clang/docs/analyzer/developer-docs/
H A DInitializerLists.rst48 positives: when the list escapes, our ``RegionStoreManager`` is not magically
54 to cause pointer escapes (not only region changes) (which sounds like the right
56 triggering escapes when binding list elements to the list. However, it'd be as
57 conservative as the current patch's solution. Ideally, we do not want escapes to
59 escapes.
63 had neither pointer-type metadatas nor non-pointer escapes.
76 Approach (4): We could allow checkers to trigger pointer escapes in arbitrary
78 would be able to express facts like "when this region escapes, that metadata
186 pointer escapes then we shouldn't try to gin up storage for them just to get
260 symbols, escapes, invalidations, whatever.
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dmangle_name.c49 appropriately mangled (with Unicode escapes if needed) to
72 appropriately mangled (with Unicode escapes) to MANGLE_OBSTACK.
127 escapes. If no escapes are needed, return 0. */
194 /* The assembler supports UTF8, we don't use escapes. Mangling is
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Escapes/t/
H A D15_name2charnum.t12 use Pod::Escapes qw(:ALL);
17 print "# Pod::Escapes version $Pod::Escapes::VERSION\n";
H A D10_main.t11 use Pod::Escapes qw(:ALL);
16 print "# Pod::Escapes version $Pod::Escapes::VERSION\n";
/openbsd-src/usr.bin/mail/USD.doc/
H A Dmail9.nr32 .sh 1 "Summary of commands, options, and escapes"
36 commands, binary and valued options, and tilde escapes.
151 The following table summarizes the tilde escapes available
176 ~? Print a brief summary of tilde escapes.
H A Dmail4.nr33 .sh 2 "Tilde escapes"
41 .i "tilde escapes" ,
200 and ~b escapes, you can use the escape
303 prints out a brief summary of the available tilde escapes.
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dfcodes_e.t19 print "# Pod::Escapes version $Pod::Escapes::VERSION\n",
20 if $Pod::Escapes::VERSION;
/openbsd-src/usr.bin/mail/misc/
H A Dmail.tildehelp2 The following ~ escapes are defined:
20 ~? Print a brief summary of tilde escapes.
/openbsd-src/gnu/usr.bin/perl/Porting/
H A Dsort_perldiag.pl60 # remove printf-style escapes
86 messages in F<perldiag.pod>. POD formatting, printf-style escapes,
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DRegex.cpp164 // Otherwise update the replacement string and interpret escapes. in sub()
167 // FIXME: We should have a StringExtras function for mapping C99 escapes. in sub()
175 // Single character escapes. in sub()
185 // Decimal escapes are backreferences. in sub()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlrebackslash.pod3 perlrebackslash - Perl Regular Expression Backslash Sequences and Escapes
60 =head2 All the sequences and escapes
111 =head2 Character Escapes
222 =head3 Octal escapes argument
224 There are two forms of octal escapes. Each is used to specify a character by
234 L</Disambiguation rules between old-style octal escapes and backreferences>
271 =head4 Disambiguation rules between old-style octal escapes and backreferences argument
273 Octal escapes of the C<\000> form outside of bracketed character classes
310 =head3 Hexadecimal escapes argument
312 Like octal escapes, ther
113 Fixed charactersDESCRIPTION""Character Escapes global() argument
149 Control charactersDESCRIPTION""Character Escapes global() argument
171 Named or numbered characters and character sequencesDESCRIPTION""Character Escapes global() argument
256 Examples (assuming an ASCII platform)DESCRIPTION""Character Escapes""Octal escapes global() argument
324 Examples (assuming an ASCII platform)DESCRIPTION""Character Escapes""Hexadecimal escapes global() argument
[all...]
/openbsd-src/gnu/gcc/gcc/
H A Dipa-type-escape.c384 /* Return true if the record, or union TYPE passed in escapes this
702 ESCAPES if the function is visible outside of the compilation
705 check_function_parameter_and_return_types (tree fn, bool escapes) in check_function_parameter_and_return_types() argument
716 if (escapes) in check_function_parameter_and_return_types()
730 if (escapes) in check_function_parameter_and_return_types()
734 if (escapes) in check_function_parameter_and_return_types()
780 /* The type escapes for all public and externs. */ in has_proper_scope_for_analysis()
1441 supertype escapes. */
1531 /* The next function handles the case where a type fully escapes.
1534 a) the type of every field recursively escapes
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Escapes/lib/Pod/
H A DEscapes.pm1 package Pod::Escapes;
527 Pod::Escapes - for resolving Pod EE<lt>...E<gt> sequences
531 use Pod::Escapes qw(e2char);
545 By default, Pod::Escapes exports none of its symbols. But
548 C<use Pod::Escapes qw(symbolname symbolname2...);>,
549 or you can do C<use Pod::Escapes qw(:ALL);> to get all
658 L<https://github.com/neilbowers/Pod-Escapes>
693 my %escapes;
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/
H A Dquoting.tml118 # Escapes without whitespace
126 # Escapes with whitespace
/openbsd-src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/
H A Dfallback.t39 is($line,"\\x{20ac}0.02\n","perlqq escapes");
51 is($line,"&#8364;0.02\n","HTML escapes");
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-05-18-ExceptionHandling.txt109 TryCleanup: // Executed if an exception escapes the try block
111 barCleanup: // Executed if an exception escapes from bar()
113 fooCleanup: // Executed if an exception escapes from foo()
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/man/
H A Dno-encode.t80 qr{ falling [ ] back [ ] to [ ] groff [ ] escapes }xms,
97 qr{ falling [ ] back [ ] to [ ] groff [ ] escapes }xms,
/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dinfo.c112 { "raw-escapes", 0, &raw_escapes_p, 1 },
113 { "no-raw-escapes", 0, &raw_escapes_p, 0 },
616 -R, --raw-escapes output \"raw\" ANSI escapes (default).\n\ in info_short_help()
617 --no-raw-escapes output escapes as literal text.\n\ in info_short_help()
/openbsd-src/usr.bin/mail/
H A Dmail.1265 Other escapes will set up subject fields, add and delete recipients
756 .Ss Tilde/escapes
757 Here is a summary of the tilde escapes,
760 Tilde escapes are only recognized at the beginning
866 Prints a brief summary of tilde escapes.
1153 use in the place of ~ to denote escapes.
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/
H A DToTerm.pm120 Pod::Perldoc::ToTerm - render Pod with terminal escapes
140 Depending on the platform, and because this class emits terminal escapes it
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/
H A Dfail_with_control_chars.txt2 # This tests checks that the xunit output correctly escapes them in the XML.
/openbsd-src/regress/usr.bin/mandoc/mdoc/Eo/
H A Darg.in7 .Nd escapes in arguments of enclosure macros
H A Darg.out_utf84 EEoo--aarrgg – escapes in arguments of enclosure macros
H A Darg.out_markdown5 **Eo-arg** - escapes in arguments of enclosure macros

12345678910>>...17