Home
last modified time | relevance | path

Searched refs:EXP_REDIR (Results 1 – 6 of 6) sorted by relevance

/dports/devel/kBuild/kBuild-0.1.9998/src/kash/
H A Dexpand.h59 #define EXP_REDIR 0x8 /* file glob for a redirection (1 match only) */ macro
H A Deval.c462 expandarg(psh, redir->nfile.fname, &fn, EXP_TILDE | EXP_REDIR); in expredir()
H A Dexpand.c156 if (flag & EXP_REDIR) /*XXX - for now, just remove escapes */ in expandarg()
/dports/shells/dash/dash-0.5.11.5/src/
H A Dexpand.h56 #define EXP_REDIR 0x8 /* file glob for a redirection (1 match only) */ macro
H A Deval.c522 expandarg(redir->nfile.fname, &fn, EXP_TILDE | EXP_REDIR); in expredir()
528 expandarg(redir->ndup.vname, &fn, EXP_TILDE | EXP_REDIR); in expredir()
/dports/sysutils/busybox/busybox-1.26.2/shell/
H A Dash.c5588 #define EXP_REDIR 0x8 /* file glob for a redirection (1 match only) */ macro
5615 #define QUOTES_ESC (EXP_FULL | EXP_CASE | EXP_QPAT | EXP_REDIR)
7434 if (flag & EXP_REDIR) { /*XXX - for now, just remove escapes */ in expandarg()
8887 expandarg(redir->nfile.fname, &fn, EXP_TILDE | EXP_REDIR); in expredir()