Home
last modified time | relevance | path

Searched refs:SSTDIN (Results 1 – 3 of 3) sorted by relevance

/third_party/mksh/
Dlex.c1245 if (type == SFILE || type == SSTDIN) in pushs()
1264 case SSTDIN: in getsc_uu()
1360 bool interactive = Flag(FTALKING) && s->type == SSTDIN; in getsc_line()
1425 if (s->type == SSTDIN) in getsc_line()
Dmain.c556 s = pushs(SSTDIN, ATEMP); in main_init()
896 s->type = SSTDIN; in shell()
951 s->type = SSTDIN; in shell()
955 s->type = SSTDIN; in shell()
Dsh.h2217 #define SSTDIN 2 /* read stdin */ macro