Searched refs:backslash (Results 1 – 17 of 17) sorted by relevance
3 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"
4 # 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"'
8 # This variable contains backslash+newline!
1 Line with one backslash:
1 echo Line with one backslash:
50 smallint backslash; in shell_builtin_read() local167 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()
31 A { or , may be quoted with a backslash to prevent its being considered
250 # 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 …]
63 # The marker is not detected if preceding line ends in backslash.
77 keycode 43 = backslash bar backslash bar Control_backslash …
125 # if a line ends with a backslash, append the next line to it363 to quote the exclamation mark (!) with the backslash (i.e., \!) to