OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXP_REDIR
(Results
1 - 3
of
3
) sorted by null
/system/core/sh/
expand.h
54
#define
EXP_REDIR
0x8 /* file glob for a redirection (1 match only) */
eval.c
465
expandarg(redir->nfile.fname, &fn, EXP_TILDE |
EXP_REDIR
);
expand.c
151
* TODO -
EXP_REDIR
159
if (flag &
EXP_REDIR
) /*XXX - for now, just remove escapes */
1074
/* TODO -
EXP_REDIR
*/
Completed in 2236 milliseconds