OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ttou
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/tetris/
screen.c
168
void (*
ttou
)(int);
local in function:scr_set
176
if ((
ttou
= signal(SIGTTOU, stopset)) == SIG_IGN)
222
if (
ttou
!= SIG_IGN)
223
(void) signal(SIGTTOU,
ttou
);
Completed in 52 milliseconds
Indexes created Mon Oct 06 07:10:00 GMT 2025