Home
last modified time | relevance | path

Searched refs:SF_TTY (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dmain.c550 s->flags |= SF_TTY; in main_init()
812 volatile bool wastty = tobool(s->flags & SF_TTY); in shell()
919 if (!Flag(FNOEXEC) || (s->flags & SF_TTY)) in shell()
Dlex.c1341 bool have_tty = tobool(interactive && (s->flags & SF_TTY)); in getsc_line()
Dsh.h1936 #define SF_TTY BIT(3) /* type == SSTDIN & it is a tty */ macro