OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IOHERE
(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
&&
253
expected = (type == IOREAD || type == IORDWR || type ==
IOHERE
) ? 0 :
264
case
IOHERE
:
285
if (type ==
IOHERE
) {
922
DT(
IOHERE
)
exec.c
93
(t->ioact[0]->flag & IOTYPE) ==
IOHERE
&&
1301
if (iotype !=
IOHERE
)
1306
iotmp.name = (iotype ==
IOHERE
) ? NULL : cp;
1339
case
IOHERE
:
[
all
...]
lex.c
943
(c == '>' ? IOCAT :
IOHERE
) : IORDWR;
944
if (iop->flag ==
IOHERE
) {
[
all
...]
syn.c
195
ishere = (iop->flag & IOTYPE) ==
IOHERE
;
sh.h
[
all
...]
Completed in 39 milliseconds