OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IOREAD
(Results
1 - 8
of
8
) sorted by relevancy
/src/bin/ksh/
tree.h
88
#define
IOREAD
0x1 /* < */
tree.c
227
expected = (type ==
IOREAD
|| type == IORDWR || type == IOHERE) ? 0
236
case
IOREAD
:
syn.c
888
&& (yylval.iop->flag ==
IOREAD
892
save = wdcopy(yylval.iop->flag ==
IOREAD
?
exec.c
1139
case
IOREAD
:
1201
: (iotype ==
IOREAD
|| iotype == IOHERE) ?
lex.c
655
iop->flag = c == '>' ? IOWRITE :
IOREAD
;
eval.c
871
if ((io->flag&IOTYPE) !=
IOREAD
)
/src/external/bsd/pcc/dist/pcc/f77/fcom/
io.c
85
{ "fmt", M(
IOREAD
) | M(IOWRITE) },
87
{ "end", M(
IOREAD
) },
89
{ "rec", M(
IOREAD
) | M(IOWRITE) },
282
if( (iostmt==
IOREAD
|| iostmt==IOWRITE) &&
318
case
IOREAD
:
326
if(i!=IOSIOSTAT || (iostmt!=
IOREAD
&& iostmt!=IOWRITE) )
377
p = (iostmt==
IOREAD
? IOSTDIN : IOSTDOUT);
513
putif( mkexpr( ( (iostmt==
IOREAD
||iostmt==IOWRITE) ? OPLE : OPEQ),
593
if(iostmt ==
IOREAD
)
637
ioroutine[2] = (iostmt==
IOREAD
? 'r' : 'w')
[
all
...]
defines.h
232
#define
IOREAD
7
Completed in 31 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026