Searched refs:savtty (Results 1 – 1 of 1) sorted by relevance
58 static struct termio savtty; variable315 if (ioctl(fileno(stdout), TCGETA, &savtty) < 0) in savetty()319 c_erase = savtty.c_cc[VERASE]; in savetty()320 c_kill = savtty.c_cc[VKILL]; in savetty()321 c_intr = savtty.c_cc[VINTR]; in savetty()322 c_quit = savtty.c_cc[VQUIT]; in savetty()326 ttybuf = savtty; in savetty()353 if (ioctl(Out, TCSETAW, &savtty) < 0) in resetty()