OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ioact
(Results
1 - 5
of
5
) sorted by null
/external/mksh/src/
tree.c
45
struct ioword **
ioact
;
local
178
if ((
ioact
= t->
ioact
) != NULL) {
181
while (*
ioact
!= NULL)
182
pioact(shf, indent, *
ioact
++);
184
for (
ioact
= t->
ioact
; *
ioact
!= NULL; ) {
185
struct ioword *iop = *
ioact
++;
478
r->
ioact
= (t->ioact == NULL) ? NULL : iocopy(t->ioact, ap)
[
all
...]
syn.c
475
t->
ioact
= NULL;
479
t->
ioact
= iops;
853
t->
ioact
= NULL;
exec.c
103
if (t->
ioact
!= NULL || t->type == TPIPE || t->type == TCOPROC) {
110
if (t->
ioact
!= NULL)
111
for (iowp = t->
ioact
; *iowp != NULL; iowp++) {
[
all
...]
eval.c
1133
*t->args == NULL && *t->vars == NULL && t->
ioact
!= NULL) {
1134
struct ioword *io = *t->
ioact
;
[
all
...]
sh.h
1057
struct ioword **
ioact
; /* IO actions (eg, < > >>) */
member in struct:op
[
all
...]
Completed in 21 milliseconds