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 541 s->flags |= SF_TTY;
802 volatile bool wastty = tobool(s->flags & SF_TTY);
844 * needs FMONITOR set (not FTALKING/SF_TTY)...
909 if (!Flag(FNOEXEC) || (s->flags & SF_TTY))
    [all...]
lex.c 1341 bool have_tty = tobool(interactive && (s->flags & SF_TTY));
    [all...]
sh.h     [all...]

Completed in 196 milliseconds