Searched refs:EXP_FULL (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dexpand.h53 #define EXP_FULL 0x1 /* perform word splitting & file globbing */ macro
H A Dinit.c49 #define QUOTES_ESC (EXP_FULL | EXP_CASE | EXP_QPAT)
H A Dexpand.c86 #define QUOTES_ESC (EXP_FULL | EXP_CASE | EXP_QPAT)
181 * placing the resulting list of arguments in arglist. If EXP_FULL is true,
206 if (flag & EXP_FULL) {
230 * Perform variable and command substitution. If EXP_FULL is set, output CTLESC
860 (((quotes & EXP_FULL) || syntax != BASESYNTAX) &&
905 sep = (flags & EXP_FULL) << CHAR_BIT;
H A Deval.c401 expandarg(argp, &arglist, EXP_FULL | EXP_TILDE);
537 expandarg(redir->ndup.vname, &fn, EXP_FULL | EXP_TILDE);
750 expandarg(argp, &arglist, EXP_FULL | EXP_TILDE);

Completed in 35 milliseconds