OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ioact
(Results
1 - 2
of
2
) sorted by null
/external/mksh/src/
tree.c
49
struct ioword **
ioact
;
local
69
t->
ioact
!= NULL && t->
ioact
[0] != NULL &&
70
t->
ioact
[1] == NULL &&
72
(t->
ioact
[0]->flag & IOTYPE) == IOHERE) {
213
if ((
ioact
= t->
ioact
) != NULL) {
216
while (*
ioact
!= NULL)
217
pioact(shf, indent, *
ioact
++);
219
ioact
= t->ioact
886
struct ioword **
ioact
, *iop;
local
[
all
...]