Searched refs:quotes (Results 1 – 10 of 10) sorted by relevance
/busybox-1.35.0/shell/hush_test/hush-test2/ |
D | strops3.tests | 10 # should work even without quotes:
|
/busybox-1.35.0/shell/ash_test/ash-psubst/ |
D | bash_procsub.tests | 7 # doesn't work in quotes
|
/busybox-1.35.0/shell/ |
D | ash_remove_unnecessary_code_in_backquote_expansion.patch | 64 - * Execute a command inside back quotes. If it's a builtin command, we 68 + * Execute a command inside back quotes. We fork off a subprocess and
|
D | ash.c | 6914 char *pattern, int quotes, int zero) in scanleft() argument 6935 if (quotes && (unsigned char)*loc == CTLESC) in scanleft() 6945 char *pattern, int quotes, int match_at_start) in scanright() argument 7002 if (quotes) { in scanright() 7040 int quotes = flag & QUOTES_ESC; in subevalvar() local 7147 if (quotes) { in subevalvar() 7188 if (!quotes) { in subevalvar() 7228 if (quotes) { in subevalvar() 7285 loc = scanright(idx, rmesc, rmescend, str, quotes, /*match_at_start:*/ 1); in subevalvar() 7296 if (!quotes) { in subevalvar() [all …]
|
/busybox-1.35.0/editors/ |
D | sed1line.txt | 287 sed "s/.`echo \\\b`//g" # double quotes required for Unix environment 357 QUOTING SYNTAX: The preceding examples use single quotes ('...') 358 instead of double quotes ("...") to enclose editing commands, since 359 sed is typically used on a Unix platform. Single quotes prevent the 362 double quotes. Users of the "csh" shell and derivatives will also need 364 properly run the examples listed above, even within single quotes. 365 Versions of sed written for DOS invariably require double quotes 366 ("...") instead of single quotes to enclose editing commands.
|
/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | var_bash4.tests | 6 # even in quotes.
|
/busybox-1.35.0/shell/hush_test/hush-vars/ |
D | var_bash4.tests | 6 # even in quotes.
|
/busybox-1.35.0/docs/ |
D | Kconfig-language.txt | 138 always surrounded by single or double quotes. Within the quote any 139 other character is allowed and the quotes can be escaped using '\'.
|
D | style-guide.txt | 30 - #includes of .h files with quotes ("") around them
|
/busybox-1.35.0/networking/ |
D | telnetd.ctrlSQ.patch | 19 which quotes IACs on output.
|