Searched refs:SSTDIN (Results 1 – 3 of 3) sorted by relevance
1225 if (type == SFILE || type == SSTDIN) in pushs()1244 case SSTDIN: in getsc_uu()1340 bool interactive = Flag(FTALKING) && s->type == SSTDIN; in getsc_line()1405 if (s->type == SSTDIN) in getsc_line()
534 s = pushs(SSTDIN, ATEMP); in main_init()838 s->type = SSTDIN; in shell()891 s->type = SSTDIN; in shell()895 s->type = SSTDIN; in shell()
2133 #define SSTDIN 2 /* read stdin */ macro