mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-12 13:10:45 +02:00
commit bash-20160805 snapshot
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
#define SX_POSIXEXP 0x0100 /* extracting new Posix pattern removal expansions in extract_dollar_brace_string */
|
||||
#define SX_WORD 0x0200 /* extracting word in ${param op word} */
|
||||
#define SX_COMPLETE 0x0400 /* extracting word for completion */
|
||||
#define SX_STRIPDQ 0x0800 /* strip double quotes when extracting double-quoted string */
|
||||
|
||||
/* Remove backslashes which are quoting backquotes from STRING. Modifies
|
||||
STRING, and returns a pointer to it. */
|
||||
|
||||
Reference in New Issue
Block a user