OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tty_new
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/atc/
extern.c
76
struct termios tty_start,
tty_new
;
variable in typeref:struct:termios
extern.h
63
extern struct termios tty_start,
tty_new
;
main.c
170
tty_new
= tty_start;
171
tty_new
.c_lflag &= ~(ICANON|ECHO);
172
tty_new
.c_iflag |= ICRNL;
173
tty_new
.c_cc[VMIN] = 1;
174
tty_new
.c_cc[VTIME] = 0;
175
(void)tcsetattr(fileno(stdin), TCSADRAIN, &
tty_new
);
input.c
283
if (c ==
tty_new
.c_cc[VERASE]) {
286
} else if (c ==
tty_new
.c_cc[VKILL]) {
380
(void)tcsetattr(fileno(stdin), TCSADRAIN, &
tty_new
);
Completed in 13 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025