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

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dlex.h48 #define SF_TTY BIT(3) /* type == SSTDIN & it is a tty */ macro
H A Dmain.c333 s->flags |= SF_TTY;
551 volatile int wastty = s->flags & SF_TTY;
579 * needs FMONITOR set (not FTALKING/SF_TTY)...
642 if (t && (!Flag(FNOEXEC) || (s->flags & SF_TTY)))
H A Dlex.c1003 int have_tty = interactive && (s->flags & SF_TTY);

Completed in 97 milliseconds