OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSTDIN
(Results
1 - 3
of
3
) sorted by null
/external/mksh/src/
lex.c
1240
if (type == SFILE || type ==
SSTDIN
)
1259
case
SSTDIN
:
1355
bool interactive = Flag(FTALKING) && s->type ==
SSTDIN
;
1415
* TODO: reduce size of shf buffer (~128?) if
SSTDIN
1417
if (s->type ==
SSTDIN
)
[
all
...]
main.c
495
s = pushs(
SSTDIN
, ATEMP);
784
s->type =
SSTDIN
;
835
s->type =
SSTDIN
;
839
s->type =
SSTDIN
;
[
all
...]
sh.h
[
all
...]
Completed in 27 milliseconds