Searched refs:SF_TTY (Results 1 – 3 of 3) sorted by relevance
542 s->flags |= SF_TTY; in main_init()803 volatile bool wastty = tobool(s->flags & SF_TTY); in shell()910 if (!Flag(FNOEXEC) || (s->flags & SF_TTY)) in shell()
1362 bool have_tty = interactive && (s->flags & SF_TTY) && tty_hasstate; in getsc_line()
2151 #define SF_TTY BIT(3) /* type == SSTDIN & it is a tty */ macro