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