Home
last modified time | relevance | path

Searched refs:saved_termio (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/efcode/engine/
H A Dsignal.c42 static struct termio saved_termio; variable
60 ioctl(fileno(stdin), TCSETA, &saved_termio); in process_signal()
65 ioctl(fileno(stdin), TCSETA, &saved_termio); in process_signal()
78 ioctl(fileno(stdin), TCGETA, &saved_termio); in install_handlers()