Home
last modified time | relevance | path

Searched refs:Quote (Results 1 – 25 of 101) sorted by relevance

12345

/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/
H A Dquote-escaping2 Quote escaping
5 =head1 Quote escaping
10 .SH "Quote escaping"
11 .IX Header "Quote escaping"
H A Dnewlines-in-c5 =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 DJob.cpp201 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 Dquoting.tml1 === 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 Dquoting.tml67 # Quote vs Hash
78 # Quote and Escaping Idiosyncracies
85 name3: 'Double '''' Quote'
90 name3 => "Double '' Quote",
H A Dsequence.tml72 # Empty Quote Line
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DJob.h178 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 DProgram.cpp83 void sys::printArg(raw_ostream &OS, StringRef Arg, bool Quote) { in printArg() argument
86 if (!Quote && !Escape) { in printArg()
H A DYAMLTraits.cpp710 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 Dflags_parser.cpp71 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 Doptions_parser.cpp99 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 Dscope-bigfloat.t19 # Quote numbers due to "use bigfloat;"
H A Dscope-bignum.t19 # Quote numbers due to "use bignum;"
H A Dscope-bigrat.t19 # Quote numbers due to "use bigrat;"
H A Dscope-bigint.t19 # Quote numbers due to "use bigint;"
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentLexer.cpp179 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 Dmail.tildehelp24 ~~string Quote a single tilde.
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DProgram.h232 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 Dunicode.tml114 # Quote single quotes with double quotes.
149 # Quote double quotes with single quotes.
/openbsd-src/gnu/llvm/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp180 char Quote = *Pos; in parseCommand() local
182 const char *End = strchr(Pos, Quote); in parseCommand()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A DChangeLog73 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dencod04.t64 Smart::Quote - ${x91}FUT\xC9\x92
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatTokenLexer.cpp1105 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 Dinc-hist.texinfo401 Quote the substituted words, escaping further substitutions.
404 Quote the substituted words as with @samp{q},
/openbsd-src/gnu/lib/libreadline/doc/
H A Dhsuser.texinfo413 Quote the substituted words, escaping further substitutions.
416 Quote the substituted words as with @samp{q},

12345