OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newtt
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/tetris/
screen.c
166
struct termios
newtt
;
local in function:scr_set
203
newtt
= oldtt;
204
newtt
.c_lflag &= ~(ICANON|ECHO);
205
newtt
.c_oflag &= ~OXTABS;
206
if (tcsetattr(0, TCSADRAIN, &
newtt
) < 0)
208
ospeed = cfgetospeed(&
newtt
);
screen.c
166
struct termios
newtt
;
local in function:scr_set
203
newtt
= oldtt;
204
newtt
.c_lflag &= ~(ICANON|ECHO);
205
newtt
.c_oflag &= ~OXTABS;
206
if (tcsetattr(0, TCSADRAIN, &
newtt
) < 0)
208
ospeed = cfgetospeed(&
newtt
);
Completed in 23 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025