Searched refs:tty_state (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/libtelnet-13/
H A Dread_password.c89 struct sgttyb tty_state; local
102 if (ioctl(0,TIOCGETP,(char *)&tty_state) == -1)
108 tty_state.sg_flags &= ~ECHO;
109 if (ioctl(0,TIOCSETP,(char *)&tty_state) == -1)
141 tty_state.sg_flags |= ECHO;
142 if (ioctl(0,TIOCSETP,(char *)&tty_state))
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/
H A Dprocess.py656 tty_state = unsigned(tty.t_state)
659 if tty_state & mask != 0:

Completed in 128 milliseconds