Home
last modified time | relevance | path

Searched refs:backslash (Results 1 – 25 of 191) sorted by relevance

12345678

/third_party/mesa3d/src/compiler/glsl/glcpp/
Dpp.c115 const char *backslash, *newline, *search_start; in remove_line_continuations() local
121 backslash = strchr(shader, '\\'); in remove_line_continuations()
124 if (backslash == NULL) in remove_line_continuations()
183 (backslash == NULL || newline < backslash)) in remove_line_continuations()
198 if (backslash == NULL) in remove_line_continuations()
201 search_start = backslash + 1; in remove_line_continuations()
208 if (backslash[1] == '\r' || backslash[1] == '\n') in remove_line_continuations()
211 _mesa_string_buffer_append_len(sb, shader, backslash - shader); in remove_line_continuations()
212 shader = skip_newline (backslash + 1); in remove_line_continuations()
216 backslash = strchr(search_start, '\\'); in remove_line_continuations()
/third_party/rust/crates/clap/clap_complete/tests/snapshots/
Dquoting.fish4 complete -c my-app -n "__fish_use_subcommand" -l backslash -d 'Avoid \'\\n\''
12 complete -c my-app -n "__fish_use_subcommand" -f -a "cmd-backslash" -d 'Avoid \'\\n\''
19 complete -c my-app -n "__fish_seen_subcommand_from cmd-backslash" -s h -l help -d 'Print help'
22 …_subcommand_from cmd-backticks; and not __fish_seen_subcommand_from cmd-backslash; and not __fish_…
23 …_subcommand_from cmd-backticks; and not __fish_seen_subcommand_from cmd-backslash; and not __fish_…
24 …_subcommand_from cmd-backticks; and not __fish_seen_subcommand_from cmd-backslash; and not __fish_…
25backslash; and not __fish_seen_subcommand_from cmd-brackets; and not __fish_seen_subcommand_from c…
26 …_subcommand_from cmd-backticks; and not __fish_seen_subcommand_from cmd-backslash; and not __fish_…
27 …_subcommand_from cmd-backticks; and not __fish_seen_subcommand_from cmd-backslash; and not __fish_…
28 …_subcommand_from cmd-backticks; and not __fish_seen_subcommand_from cmd-backslash; and not __fish_…
Dquoting.zsh21 '--backslash[Avoid '\''\\n'\'']' \
55 (cmd-backslash)
97 (cmd-backslash)
128 'cmd-backslash:Avoid '\''\\n'\''' \
138 _describe -t commands 'my-app cmd-backslash commands' commands "$@"
143 _describe -t commands 'my-app help cmd-backslash commands' commands "$@"
201 'cmd-backslash:Avoid '\''\\n'\''' \
Dquoting.elvish24 cand --backslash 'Avoid ''\n'''
34 cand cmd-backslash 'Avoid ''\n'''
51 &'my-app;cmd-backslash'= {
67 cand cmd-backslash 'Avoid ''\n'''
78 &'my-app;help;cmd-backslash'= {
Dquoting.bash15 my__app,cmd-backslash)
36 my__app__help,cmd-backslash)
/third_party/node/test/sequential/
Dtest-module-loading.js30 const backslash = /\\/g; constant
209 assert.ok(/File not an ELF object/.test(e.message.replace(backslash, '/')));
211 assert.ok(/file3\.node/.test(e.message.replace(backslash, '/')));
224 assert.ok(/File not an ELF object/.test(e.message.replace(backslash, '/')));
226 assert.ok(/file7\/index\.node/.test(e.message.replace(backslash, '/')));
266 id = id.replace(backslash, '/');
/third_party/pcre2/pcre2/testdata/
Dtestinput924 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
38 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
75 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
87 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
157 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
171 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
Dtestoutput932 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
46 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
83 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
95 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
165 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
179 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
Dtestinput1121 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
35 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
72 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
84 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
154 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
168 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
Dtestinput231 # This test is run when PCRE2 has been built with --enable-never-backslash-C,
Dtestoutput231 # This test is run when PCRE2 has been built with --enable-never-backslash-C,
Dtestinput212 # disabled by compiling with --enable-never-backslash-C.
Dtestoutput11-3232 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
46 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
83 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
95 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
165 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
179 [^\\\x80-\xff\n\015"] # Anything except backslash and quote
/third_party/python/Doc/reference/
Dlexical_analysis.rst116 .. index:: physical line, line joining, line continuation, backslash character
118 Two or more physical lines may be joined into logical lines using backslash
119 characters (``\``), as follows: when a physical line ends in a backslash that is
121 a single logical line, deleting the backslash and the following end-of-line
129 A line ending in a backslash cannot carry a comment. A backslash does not
130 continue a comment. A backslash does not continue a token except for string
132 physical lines using a backslash). A backslash is illegal elsewhere on a line
187 backslashes; the whitespace up to the first backslash determines the
484 *triple-quoted strings*). The backslash (``\``) character is used to escape
485 characters that otherwise have a special meaning, such as newline, backslash
[all …]
/third_party/typescript/tests/baselines/reference/docker/
Dvue-next.log62 … (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusi…
63 … (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusi…
66 … (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusi…
67 … (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusi…
70 … (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusi…
72 … (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusi…
73 … (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusi…
90 …(tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusi…
/third_party/openssl/apps/
Ddgst.c510 static const char *newline_escape_filename(const char *file, int * backslash) in newline_escape_filename() argument
528 *backslash = 1; in newline_escape_filename()
545 int i, backslash = 0, ret = EXIT_FAILURE; in do_fp() local
615 file = newline_escape_filename(file, &backslash); in do_fp()
617 if (backslash == 1) in do_fp()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DdumpICUrules.bat397 # If there is a trailing backslash, then delete it -- we don't
468 s|\\\"|<<dq>>|g; # Transform backslash double quote
469 s|\\\'|<<sq>>|g; # Transform backslash single quote
470 s|\\\#|<<lb>>|g; # Transform backslash pound
471 s|\\(.)|<<q$1>>|g; # Transform backslash escapes
/third_party/mesa3d/src/microsoft/vulkan/
Dmeson.build119 icd_command += '--use-backslash'
120 icd_dev_command += '--use-backslash'
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DREADME-P2P241 parameters - Escape single quote & backslash:
242 with a backslash 0x27 == ' == \', and 0x5c == \ == \\
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:
810 Escaped single quote & backslash with a backslash:
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DREADME-P2P241 parameters - Escape single quote & backslash:
242 with a backslash 0x27 == ' == \', and 0x5c == \ == \\
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:
810 Escaped single quote & backslash with a backslash:
/third_party/python/Lib/idlelib/
Dconfig-keys.def62 force-open-calltip= <Control-Key-backslash>
122 force-open-calltip= <Control-Key-backslash>
182 force-open-calltip= <Control-Key-backslash>
242 force-open-calltip= <Control-Key-backslash>
303 force-open-calltip= <Control-Key-backslash>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc167 /// EscapePrecedingEscapes - Append a backslash to Dst for every backslash
188 // We need to add a backslash, but ensure that it isn't escaped.
201 // Make sure the closing quote doesn't get escaped by a trailing backslash.
241 // Make sure our quote doesn't get escaped by a trailing backslash.
/third_party/typescript/tests/baselines/reference/
DstringLiteralsErrors.types17 // Space after backslash
/third_party/openssl/doc/man1/
Dopenssl-storeutl.pod.in84 Special characters may be escaped by C<\> (backslash), whitespace is retained.
103 characters may be escaped by \ (backslash), no spaces are skipped.
/third_party/gstreamer/gstreamer/docs/random/
Dcaps_grammar10 - quoted strings handle backslash escaping as well as XML-style (&ack;)

12345678