Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/ash_test/ash-vars/
Dvar_bash4.right3 Pattern: single backslash and star: "replace literal star"
8 Pattern: double backslash and star: "replace backslash and everything after it"
16 Pattern: single backslash and b: "replace b"
21 Pattern: double backslash and b: "replace backslash and b"
29 Pattern: single backslash and b: "replace b"
34 Pattern: double backslash and b: "replace backslash and b"
Dvar_bash4.tests4 # the backslash in repl stays; if unquoted, backslash is removed.
9 # unquoted expansions - they have a backslash before z.
18 echo 'Pattern: ' 'single backslash and star: "replace literal star"'
26 echo 'Pattern: ' 'double backslash and star: "replace backslash and everything after it"'
40 echo 'Pattern: ' 'single backslash and b: "replace b"'
48 echo 'Pattern: ' 'double backslash and b: "replace backslash and b"'
63 echo 'Pattern: ' 'single backslash and b: "replace b"'
71 echo 'Pattern: ' 'double backslash and b: "replace backslash and b"'
Dvar_unbackslash1.tests8 # This variable contains backslash+newline!
/busybox-1.35.0/shell/hush_test/hush-vars/
Dvar_bash4.right3 Pattern: single backslash and star: "replace literal star"
8 Pattern: double backslash and star: "replace backslash and everything after it"
16 Pattern: single backslash and b: "replace b"
21 Pattern: double backslash and b: "replace backslash and b"
29 Pattern: single backslash and b: "replace b"
34 Pattern: double backslash and b: "replace backslash and b"
Dvar_bash4.tests4 # the backslash in repl stays; if unquoted, backslash is removed.
9 # unquoted expansions - they have a backslash before z.
18 echo 'Pattern: ' 'single backslash and star: "replace literal star"'
26 echo 'Pattern: ' 'double backslash and star: "replace backslash and everything after it"'
40 echo 'Pattern: ' 'single backslash and b: "replace b"'
48 echo 'Pattern: ' 'double backslash and b: "replace backslash and b"'
63 echo 'Pattern: ' 'single backslash and b: "replace b"'
71 echo 'Pattern: ' 'double backslash and b: "replace backslash and b"'
Dvar_unbackslash1.tests8 # This variable contains backslash+newline!
/busybox-1.35.0/shell/hush_test/hush-parsing/
Dbkslash_newline2.right1 Line with one backslash:
Dbkslash_newline2.tests1 echo Line with one backslash:
/busybox-1.35.0/shell/ash_test/ash-parsing/
Dbkslash_newline2.right1 Line with one backslash:
Dbkslash_newline2.tests1 echo Line with one backslash:
/busybox-1.35.0/shell/
Dshell_common.c50 smallint backslash; in shell_builtin_read() local
167 backslash = 0; in shell_builtin_read()
213 if (backslash) { in shell_builtin_read()
214 backslash = 0; in shell_builtin_read()
220 backslash = 1; in shell_builtin_read()
Dbrace.txt31 A { or , may be quoted with a backslash to prevent its being considered
Dash.c250 # error with backslash, even ones which do not need to be: "/a-b" -> "/a\-b"
1087 case '\n': c = 'n'; goto backslash; in trace_puts_quoted()
1088 case '\t': c = 't'; goto backslash; in trace_puts_quoted()
1089 case '\r': c = 'r'; goto backslash; in trace_puts_quoted()
1090 case '\"': c = '\"'; goto backslash; in trace_puts_quoted()
1091 case '\\': c = '\\'; goto backslash; in trace_puts_quoted()
1092 case CTLESC: c = 'e'; goto backslash; in trace_puts_quoted()
1093 case CTLVAR: c = 'v'; goto backslash; in trace_puts_quoted()
1094 case CTLBACKQ: c = 'q'; goto backslash; in trace_puts_quoted()
1096 case CTLTOPROC: c = 'p'; goto backslash; in trace_puts_quoted()
[all …]
/busybox-1.35.0/shell/ash_test/ash-heredoc/
Dheredoc_backslash1.tests63 # The marker is not detected if preceding line ends in backslash.
/busybox-1.35.0/shell/hush_test/hush-heredoc/
Dheredoc_backslash1.tests63 # The marker is not detected if preceding line ends in backslash.
/busybox-1.35.0/examples/var_service/getty_tty1/
Dunicode_cyrillic.keymap77 keycode 43 = backslash bar backslash bar Control_backslash …
/busybox-1.35.0/editors/
Dsed1line.txt125 # if a line ends with a backslash, append the next line to it
363 to quote the exclamation mark (!) with the backslash (i.e., \!) to