Searched refs:quoted (Results 1 – 12 of 12) sorted by relevance
/busybox-1.35.0/shell/ash_test/ash-parsing/ |
D | noeol3.right | 1 ./noeol3.tests: line 2: syntax error: unterminated quoted string
|
/busybox-1.35.0/shell/ash_test/ash-misc/ |
D | tickquote1.right | 1 ./tickquote1.tests: line 0: syntax error: unterminated quoted string
|
/busybox-1.35.0/shell/ash_test/ash-quoting/ |
D | mode_x.tests | 9 # NOT assignment, +x code should show it quoted:
|
/busybox-1.35.0/shell/hush_test/hush-psubst/ |
D | tick3.tests | 12 # but is special in quoted one
|
/busybox-1.35.0/shell/ash_test/ash-psubst/ |
D | tick3.tests | 12 # but is special in quoted one
|
/busybox-1.35.0/shell/ash_test/ash-heredoc/ |
D | heredoc.tests | 23 # check quoted here-doc is protected 32 # check that quoted here-documents don't have \newline processing done
|
/busybox-1.35.0/shell/hush_test/hush-heredoc/ |
D | heredoc.tests | 23 # check quoted here-doc is protected 32 # check that quoted here-documents don't have \newline processing done
|
/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | var_bash4.tests | 3 # if quoted ("${var/search/repl}"), and repl contains \a (a non-special char),
|
/busybox-1.35.0/shell/hush_test/hush-vars/ |
D | var_bash4.tests | 3 # if quoted ("${var/search/repl}"), and repl contains \a (a non-special char),
|
/busybox-1.35.0/shell/ |
D | brace.txt | 31 A { or , may be quoted with a backslash to prevent its being considered
|
D | ash.c | 4847 int quoted = 0; in cmdputs() local 4867 str += !(quoted & 1); in cmdputs() 4868 quoted >>= 1; in cmdputs() 4898 quoted ^= 1; in cmdputs() 4905 quoted <<= 1; in cmdputs() 4938 if (quoted & 1) { in cmdputs() 7433 varvalue(char *name, int varflags, int flags, int quoted) in varvalue() argument 7487 if (quoted && sep) in varvalue() 7509 c = !((quoted | ~sep) & EXP_QUOTED) - 1; in varvalue() 7510 sep &= ~quoted; in varvalue() [all …]
|
/busybox-1.35.0/modutils/ |
D | modutils-24.c | 2367 int in_quote = 0, quoted = 0; in next_arg() local 2373 quoted = 1; in next_arg() 2400 if (quoted && args[i-1] == '"') in next_arg()
|