Searched refs:SSTDIN (Results 1 – 3 of 3) sorted by relevance
451 s = pushs(SSTDIN, ATEMP); in main()719 s->type = SSTDIN; in shell()766 s->type = SSTDIN; in shell()770 s->type = SSTDIN; in shell()
1257 if (type == SFILE || type == SSTDIN) in pushs()1276 case SSTDIN: in getsc_uu()1371 bool interactive = Flag(FTALKING) && s->type == SSTDIN; in getsc_line()1430 if (s->type == SSTDIN) in getsc_line()
1382 #define SSTDIN 2 /* read stdin */ macro