OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ioact
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/ksh/
tree.c
37
struct ioword **
ioact
;
local in function:ptree
190
if ((
ioact
= t->
ioact
) != NULL) {
193
while (*
ioact
!= NULL)
194
pioact(shf, indent, *
ioact
++);
196
for (
ioact
= t->
ioact
; *
ioact
!= NULL; ) {
197
struct ioword *iop = *
ioact
++;
519
r->
ioact
= (t->ioact == NULL) ? NULL : iocopy(t->ioact, ap)
[
all
...]
tree.h
24
struct ioword **
ioact
; /* IO actions (eg, < > >>) */
member in struct:op
Completed in 44 milliseconds
Indexes created Sun Sep 21 19:09:51 GMT 2025