Home
last modified time | relevance | path

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

12345

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmodule.h16 struct Escape;
113 Escape *escapetable; // document comment escapes
H A Ddmodule.d437 Escape* _escapetable; // document comment escapes
1474 extern(D) Escape* escapetable() nothrow in escapetable()
1477 _escapetable = new Escape(); in escapetable()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmodule.h19 struct Escape;
111 Escape *escapetable; // document comment escapes
H A Ddoc.c42 struct Escape struct
85 Escape **pescapetable;
94 … static void parseMacros(Escape **pescapetable, Macro **pmacrotable, const utf8_t *m, size_t mlen);
95 static void parseEscapes(Escape **pescapetable, const utf8_t *textstart, size_t textlen);
1761 void DocComment::parseMacros(Escape **pescapetable, Macro **pmacrotable, const utf8_t *m, size_t ml… in parseMacros()
1885 void DocComment::parseEscapes(Escape **pescapetable, const utf8_t *textstart, size_t textlen) in parseEscapes()
1887 Escape *escapetable = *pescapetable; in parseEscapes()
1891 escapetable = new Escape; in parseEscapes()
1892 memset(escapetable, 0, sizeof(Escape)); in parseEscapes()
2728 const char *Escape::escapeChar(unsigned c) in escapeChar()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-namedisplay-options.pod59 Escape the "special" characters in a field, as required by RFC 2253.
65 Escape the "special" characters in a field as required by RFC 2254 in a field.
70 Escape non-printable ASCII characters, codes less than 0x20 (space)
76 Escape any characters with the most significant bit set, that is with
/netbsd-src/external/gpl2/groff/dist/doc/
H A Dgroff-161 * Escape Index::
3855 -- Escape: \B'anything'
3919 -- Escape: \A'ident'
4177 Escape sequences which require an identifier as a parameter accept
4265 -- Escape: \"
4305 -- Escape: \#
4385 -- Escape: \R'ident value'
4408 -- Escape: \R'ident +value'
4409 -- Escape: \R'ident -value'
4468 -- Escape: \ni
[all …]
H A Dgroff-240 -- Escape: \l'l'
41 -- Escape: \l'lg'
74 -- Escape: \L'l'
75 -- Escape: \L'lg'
95 -- Escape: \D'command arg ...'
247 -- Escape: \b'string'
681 -- Escape: \!
682 -- Escape: \?anything\?
893 -- Escape: \Onum
993 -- Escape: \mc
[all …]
H A Dgroff286 Node: Escape Index452702
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-csharp-328 // Escape sequences in strings.
/netbsd-src/external/gpl3/autoconf/dist/tests/
H A Dlocal.at139 # Escape the invalid tokens with @&t@.
162 # Escape the invalid tokens with @&t@.
184 # Escape the invalid tokens with @&t@.
/netbsd-src/share/wscons/keymaps/
H A Dpckbd.bg.qwerty.cp12517 keycode 1 = Cmd_Debugger Escape
H A Dpckbd.bg.qwerty.iso8859-57 keycode 1 = Cmd_Debugger Escape
H A Dpckbd.bg.bds.iso8859-57 keycode 1 = Cmd_Debugger Escape
H A Dpckbd.bg.qwerty.koi8-r7 keycode 1 = Cmd_Debugger Escape
H A Dpckbd.bg.bds.cp12517 keycode 1 = Cmd_Debugger Escape
H A Dpckbd.ru.koi8-r7 keycode 1 = Cmd_Debugger Escape
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DCrossCompile.cmake49 # Escape semicolons in the targets list so that cmake doesn't expand
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/po/
H A Dde.po9 # escape sequence - Escape-Sequenzen
306 " -e einige Escape-Sequenzen expandieren\n"
365 " -e einige Escape-Sequenzen expandieren\n"
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dparser.d1000 enum State{ Start, Char, Escape, CharDash, CharDashEscape, enumerator
1057 state = State.Escape;
1081 state = State.Escape;
1105 case State.Escape:
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/
H A DREADME-P2P241 parameters - Escape single quote & backslash:
335 Escape single quote & backslash with a backslash:
339 Escape single quote & backslash with a backslash:
365 Escape single quote & backslash with a backslash:
369 Escape single quote & backslash with a backslash:
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DProgram.inc362 // The entire remainder of the argument is backslashes. Escape all of
370 // This is an embedded quote. Escape all preceding backslashes, then
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-strip.rst116 ``\`` Escape the next character ``\``
/netbsd-src/games/hack/
H A Dhelp42 ! Escape to a shell.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Dx509.pod517 Escape the "special" characters required by RFC2253 in a field. That is
523 Escape the "special" characters required by RFC2254 in a field. That is
528 Escape control characters. That is those with ASCII values less than
535 Escape characters with the MSB set, that is with ASCII values larger than

12345