OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_tty
(Results
1 - 2
of
2
) sorted by null
/external/libpng/contrib/gregbook/
rpng-win.c
100
struct termio old_tty,
new_tty
;
local
103
new_tty
= old_tty;
104
new_tty
.c_lflag &= ~(ICANON | ECHO | ISIG);
105
ioctl(fd, TCSETA, &
new_tty
);
rpng2-win.c
113
struct termio old_tty,
new_tty
;
local
116
new_tty
= old_tty;
117
new_tty
.c_lflag &= ~(ICANON | ECHO | ISIG);
118
ioctl(fd, TCSETA, &
new_tty
);
[
all
...]
Completed in 545 milliseconds