Searched defs:ttystate (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dmisc.h109 struct ttystate { struct
110 struct termios ttystate; /* buffer for ioctls */ member in struct:ttystate
H A Dmisc.c61 struct ttystate ttystate; /* tty info */ variable in typeref:struct:ttystate
257 fix_term = ttystate.ttyflags;
343 if (ttystate.ttyflags & TTY_CBREAK_ON) {
346 if (ttystate.ttyflags & TTY_ECHO_OFF) {
444 if (ttystate.ttyflags == 0) {
445 if ((ttystate.ttyfile = open("/dev/tty",
454 if (tcgetattr(ttystate.ttyfile, &ttystate.ttystate) <
[all...]

Completed in 44 milliseconds