OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXP_REDIR
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/sh/
expand.h
56
#define
EXP_REDIR
0x8 /* file glob for a redirection (1 match only) */
64
#define EXP_QNEEDED (EXP_GLOB | EXP_CASE |
EXP_REDIR
)
eval.c
612
expandarg(redir->nfile.fname, &fn, EXP_TILDE |
EXP_REDIR
);
618
expandarg(redir->ndup.vname, &fn, EXP_TILDE |
EXP_REDIR
);
expand.c
208
* TODO -
EXP_REDIR
219
} else if (flag &
EXP_REDIR
) {
220
/* if
EXP_REDIR
ever happens, it happens here */
1520
/* TODO -
EXP_REDIR
*/
Completed in 33 milliseconds
Indexes created Sun Oct 19 21:10:07 GMT 2025