OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPIPE
(Results
1 - 8
of
8
) sorted by null
/system/core/sh/
token.h
7
#define
TPIPE
6
mktokens
47
TPIPE
0 "|"
parser.c
259
if (readtoken() ==
TPIPE
) {
271
} while (readtoken() ==
TPIPE
);
432
if (checkkwd = 2, readtoken() !=
TPIPE
)
845
RETURN(
TPIPE
);
[
all
...]
/external/mksh/src/
exec.c
73
if ((flags&XFORK) && !(flags&XEXEC) && t->type !=
TPIPE
)
154
if (t->ioact != NULL || t->type ==
TPIPE
|| t->type == TCOPROC) {
160
/* mark for replacement later (unless
TPIPE
) */
189
case
TPIPE
:
194
while (t->type ==
TPIPE
) {
[
all
...]
syn.c
111
t = tl = block(
TPIPE
, t, p, NOWORDS);
113
tl = tl->right = block(
TPIPE
, tl->right, p, NOWORDS);
tree.c
96
case
TPIPE
:
999
OPEN(
TPIPE
)
jobs.c
556
if (t->type ==
TPIPE
)
[
all
...]
sh.h
[
all
...]
Completed in 30 milliseconds