OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REDIR_BACKQ
(Results
1 - 3
of
3
) sorted by null
/system/core/sh/
redir.h
39
#define
REDIR_BACKQ
02 /* save the command output in memory */
redir.c
101
* undone by calling popredir. If the
REDIR_BACKQ
flag is set, then the
118
memory[1] = flags &
REDIR_BACKQ
;
eval.c
984
mode |=
REDIR_BACKQ
;
Completed in 702 milliseconds