diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2018-05-28 00:17:39 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-08-29 11:15:57 +0800 |
commit | cbca3d6f744e39d812817405f1eeef72480bf89c (patch) | |
tree | b214c8d5508f281c937355daa439dae0ea0e0c9b /src/funcs | |
parent | expand: Use HOME in tilde expansion when it is empty (diff) | |
download | dash-cbca3d6f744e39d812817405f1eeef72480bf89c.tar.gz dash-cbca3d6f744e39d812817405f1eeef72480bf89c.zip |
expand: Merge syntax/quotes in memtodest with flags
The function arguments syntax and quotes are both derived from the expansion flags. As syntax is only used by memtodest we do not need to maintain it outside of the function at all. The only place that uses something other than BASESYNTAX or DQSYNTAX is exptilde. However in that case DQSYNTAX has exactly the same effect as SQSYNTAX. This patch merges these two arguments into a single flags. The macro QUOTES_KEEPNUL has been renamed to EXP_KEEPNUL in order to keep the namespace separate. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'src/funcs')
0 files changed, 0 insertions, 0 deletions