HomeSort by: relevance | last modified time | path
    Searched refs:SSTDIN (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
lex.h 36 #define SSTDIN 2 /* read stdin */
48 #define SF_TTY BIT(3) /* type == SSTDIN & it is a tty */
main.c 306 s = pushs(SSTDIN, ATEMP);
535 s->type = SSTDIN;
585 s->type = SSTDIN;
590 s->type = SSTDIN;
lex.c 876 if (type == SFILE || type == SSTDIN) {
897 case SSTDIN:
990 int interactive = Flag(FTALKING) && s->type == SSTDIN;
1052 * todo: reduce size of shf buffer (~128?) if SSTDIN
1054 if (s->type == SSTDIN)

Completed in 13 milliseconds