Home
last modified time | relevance | path

Searched refs:quoted (Results 1 – 12 of 12) sorted by relevance

/busybox-1.35.0/shell/ash_test/ash-parsing/
Dnoeol3.right1 ./noeol3.tests: line 2: syntax error: unterminated quoted string
/busybox-1.35.0/shell/ash_test/ash-misc/
Dtickquote1.right1 ./tickquote1.tests: line 0: syntax error: unterminated quoted string
/busybox-1.35.0/shell/ash_test/ash-quoting/
Dmode_x.tests9 # NOT assignment, +x code should show it quoted:
/busybox-1.35.0/shell/hush_test/hush-psubst/
Dtick3.tests12 # but is special in quoted one
/busybox-1.35.0/shell/ash_test/ash-psubst/
Dtick3.tests12 # but is special in quoted one
/busybox-1.35.0/shell/ash_test/ash-heredoc/
Dheredoc.tests23 # 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/
Dheredoc.tests23 # 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/
Dvar_bash4.tests3 # if quoted ("${var/search/repl}"), and repl contains \a (a non-special char),
/busybox-1.35.0/shell/hush_test/hush-vars/
Dvar_bash4.tests3 # if quoted ("${var/search/repl}"), and repl contains \a (a non-special char),
/busybox-1.35.0/shell/
Dbrace.txt31 A { or , may be quoted with a backslash to prevent its being considered
Dash.c4847 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/
Dmodutils-24.c2367 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()