OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IOTYPE
(Results
1 - 5
of
5
) sorted by null
/external/mksh/src/
tree.c
72
(t->ioact[0]->flag &
IOTYPE
) == IOHERE) {
224
if ((iop->flag & (
IOTYPE
| IOHERESTR)) == IOHERE &&
250
int type = flag &
IOTYPE
;
893
int type = iop->flag &
IOTYPE
;
exec.c
93
(t->ioact[0]->flag &
IOTYPE
) == IOHERE &&
1287
int
iotype
= iop->flag &
IOTYPE
;
local
1293
if (
iotype
!= IOHERE)
1298
iotmp.name = (
iotype
== IOHERE) ? NULL : cp;
1306
switch (
iotype
) {
[
all
...]
syn.c
196
ishere = (iop->flag &
IOTYPE
) == IOHERE;
eval.c
1314
if ((io->flag &
IOTYPE
) != IOREAD)
[
all
...]
sh.h
[
all
...]
Completed in 125 milliseconds