t_old 74 source4/heimdal/lib/hcrypto/ui.c struct termios t_new, t_old; t_old 96 source4/heimdal/lib/hcrypto/ui.c tcgetattr(fileno(tty), &t_old); t_old 97 source4/heimdal/lib/hcrypto/ui.c memcpy(&t_new, &t_old, sizeof(t_new)); t_old 122 source4/heimdal/lib/hcrypto/ui.c tcsetattr(fileno(tty), TCSANOW, &t_old);