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()
543 s = pushs(SSTDIN, ATEMP); in main_init()848 s->type = SSTDIN; in shell()901 s->type = SSTDIN; in shell()905 s->type = SSTDIN; in shell()
1923 #define SSTDIN 2 /* read stdin */ macro