| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/ |
| H A D | quote-escaping | 2 Quote escaping 5 =head1 Quote escaping 10 .SH "Quote escaping" 11 .IX Header "Quote escaping"
|
| H A D | newlines-in-c | 5 =head1 Newline C Quote Weirdness 11 .SH "Newline C Quote Weirdness" 12 .IX Header "Newline C Quote Weirdness"
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ |
| H A D | Job.cpp | 201 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print() argument 233 llvm::sys::printArg(OS, F.c_str(), Quote); in Print() 248 llvm::sys::printArg(OS, ShortName.str(), Quote); in Print() 254 llvm::sys::printArg(OS, Arg, Quote); in Print() 259 llvm::sys::printArg(OS, "-ivfsoverlay", Quote); in Print() 261 llvm::sys::printArg(OS, CrashInfo->VFSPath.str(), Quote); in Print() 276 llvm::sys::printArg(OS, ModCachePath, Quote); in Print() 391 void CC1Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print() argument 395 Command::Print(OS, Terminator, Quote, CrashInfo); in Print() 450 bool Quote, CrashReportInfo *CrashInfo) const { in Print() argument [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/perl-to-yaml/ |
| H A D | quoting.tml | 1 === Quote boolean-like string (scalar) 9 === Quote boolean-like string (list) 19 === Quote scalars ending in colon
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/ |
| H A D | quoting.tml | 67 # Quote vs Hash 78 # Quote and Escaping Idiosyncracies 85 name3: 'Double '''' Quote' 90 name3 => "Double '' Quote",
|
| H A D | sequence.tml | 72 # Empty Quote Line
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Job.h | 178 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote, 247 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote, 266 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote, 286 bool Quote, CrashReportInfo *CrashInfo = nullptr) const;
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | Program.cpp | 83 void sys::printArg(raw_ostream &OS, StringRef Arg, bool Quote) { in printArg() argument 86 if (!Quote && !Escape) { in printArg()
|
| H A D | YAMLTraits.cpp | 710 const char *const Quote = MustQuote == QuotingType::Single ? "'" : "\""; in scalarString() local 711 output(Quote); // Starting quote. in scalarString() 718 outputUpToEndOfLine(Quote); in scalarString() 737 outputUpToEndOfLine(Quote); // Ending quote. in scalarString()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
| H A D | flags_parser.cpp | 71 const char Quote = Buffer[Pos++]; in parseFlag() local 72 while (Buffer[Pos] != 0 && Buffer[Pos] != Quote) in parseFlag()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/ |
| H A D | options_parser.cpp | 99 const char Quote = Buffer[Pos++]; in parseOption() local 100 while (Buffer[Pos] != 0 && Buffer[Pos] != Quote) in parseOption()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/bignum/t/ |
| H A D | scope-bigfloat.t | 19 # Quote numbers due to "use bigfloat;"
|
| H A D | scope-bignum.t | 19 # Quote numbers due to "use bignum;"
|
| H A D | scope-bigrat.t | 19 # Quote numbers due to "use bigrat;"
|
| H A D | scope-bigint.t | 19 # Quote numbers due to "use bigint;"
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | CommentLexer.cpp | 179 const char Quote = *BufferPtr; in skipHTMLQuotedString() local 180 assert(Quote == '\"' || Quote == '\''); in skipHTMLQuotedString() 185 if (C == Quote && BufferPtr[-1] != '\\') in skipHTMLQuotedString()
|
| /openbsd-src/usr.bin/mail/misc/ |
| H A D | mail.tildehelp | 24 ~~string Quote a single tilde.
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | Program.h | 232 void printArg(llvm::raw_ostream &OS, StringRef Arg, bool Quote);
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-spec/ |
| H A D | unicode.tml | 114 # Quote single quotes with double quotes. 149 # Quote double quotes with single quotes.
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 180 char Quote = *Pos; in parseCommand() local 182 const char *End = strchr(Pos, Quote); in parseCommand()
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | ChangeLog | 73 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | encod04.t | 64 Smart::Quote - ${x91}FUT\xC9\x92
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | FormatTokenLexer.cpp | 1105 auto Quote = FormatTok->TokenText.find('\''); in getNextToken() local 1106 if (Quote != StringRef::npos) in getNextToken() 1107 truncateToken(Quote); in getNextToken()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
| H A D | inc-hist.texinfo | 401 Quote the substituted words, escaping further substitutions. 404 Quote the substituted words as with @samp{q},
|
| /openbsd-src/gnu/lib/libreadline/doc/ |
| H A D | hsuser.texinfo | 413 Quote the substituted words, escaping further substitutions. 416 Quote the substituted words as with @samp{q},
|