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

/illumos-gate/usr/src/lib/efcode/engine/
H A Dsignal.c42 static struct termio saved_termio; variable in typeref:struct:termio
60 ioctl(fileno(stdin), TCSETA, &saved_termio); local
65 ioctl(fileno(stdin), TCSETA, &saved_termio); local
78 ioctl(fileno(stdin), TCGETA, &saved_termio); local

Completed in 61 milliseconds