OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:B_SIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/tetris/
tetris.h
56
#define
B_SIZE
(B_ROWS * B_COLS)
59
extern cell board[
B_SIZE
]; /* 1 => occupied, 0 => empty */
tetris.c
62
cell board[
B_SIZE
]; /* 1 => occupied, 0 => empty */
96
for (i =
B_SIZE
; i; i--)
screen.c
60
static cell curscreen[
B_SIZE
]; /* 1 => standout (or otherwise marked) */
Completed in 123 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025