OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:saved_tty
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.h
72
struct termios
saved_tty
;
member in struct:SDL_PrivateVideoData
SDL_wsconsevents.c
50
if (tcgetattr(private->fd, &private->
saved_tty
) == -1) {
55
tty = private->
saved_tty
;
84
if (tcsetattr(private->fd, TCSANOW, &private->
saved_tty
) < 0) {
Completed in 114 milliseconds