OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curscreen
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/tetris/
screen.c
60
static cell
curscreen
[B_SIZE]; /* 1 => standout (or otherwise marked) */
variable
280
memset((char *)
curscreen
, 0, sizeof(
curscreen
));
306
curscreen
[D_LAST * B_COLS - 1] = -1;
354
sp = &
curscreen
[D_FIRST * B_COLS];
screen.c
60
static cell
curscreen
[B_SIZE]; /* 1 => standout (or otherwise marked) */
variable
280
memset((char *)
curscreen
, 0, sizeof(
curscreen
));
306
curscreen
[D_LAST * B_COLS - 1] = -1;
354
sp = &
curscreen
[D_FIRST * B_COLS];
Completed in 36 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026