HomeSort by relevance Sort by last modified time
    Searched refs:SF_TTY (Results 1 - 3 of 3) sorted by null

  /external/mksh/src/
main.c 458 s->flags |= SF_TTY;
693 volatile int wastty = s->flags & SF_TTY;
725 * needs FMONITOR set (not FTALKING/SF_TTY)...
783 if (t && (!Flag(FNOEXEC) || (s->flags & SF_TTY)))
    [all...]
lex.c 1372 int have_tty = interactive && (s->flags & SF_TTY);
    [all...]
sh.h     [all...]

Completed in 44 milliseconds