OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:D_FIRST
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/tetris/
tetris.h
62
#define
D_FIRST
1
screen.c
200
Offset = (Rows - D_LAST +
D_FIRST
- 2) / 2;
353
bp = &board[
D_FIRST
* B_COLS];
354
sp = &curscreen[
D_FIRST
* B_COLS];
355
for (j =
D_FIRST
; j < D_LAST; j++) {
Completed in 11 milliseconds
Indexes created Fri Nov 07 05:10:14 GMT 2025