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

/illumos-gate/usr/src/cmd/mailx/
H A Dtty.c58 static struct termio savtty; variable in typeref:struct:termio
315 if (ioctl(fileno(stdout), TCGETA, &savtty) < 0)
319 c_erase = savtty.c_cc[VERASE];
320 c_kill = savtty.c_cc[VKILL];
321 c_intr = savtty.c_cc[VINTR];
322 c_quit = savtty.c_cc[VQUIT];
326 ttybuf = savtty;
353 if (ioctl(Out, TCSETAW, &savtty) < 0)

Completed in 60 milliseconds