Searched refs:SSTDIN (Results 1 – 3 of 3) sorted by relevance
1245 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()
556 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()
2217 #define SSTDIN 2 /* read stdin */ macro