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

/external/mksh/src/
H A Dlex.c1252 if (type == SFILE || type == SSTDIN)
1271 case SSTDIN:
1367 bool interactive = Flag(FTALKING) && s->type == SSTDIN;
1427 * TODO: reduce size of shf buffer (~128?) if SSTDIN
1429 if (s->type == SSTDIN)
H A Dmain.c470 s = pushs(SSTDIN, ATEMP);
761 s->type = SSTDIN;
812 s->type = SSTDIN;
816 s->type = SSTDIN;
H A Dsh.h1515 #define SSTDIN 2 /* read stdin */ macro
1528 #define SF_TTY BIT(3) /* type == SSTDIN & it is a tty */

Completed in 1733 milliseconds