Searched refs:D_FIRST (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/games/tetris/
H A Dtetris.h63 #define D_FIRST 1 macro
H A Dscreen.c425 bp = &board[D_FIRST * B_COLS];
426 sp = &curscreen[D_FIRST * B_COLS];
427 for (j = D_FIRST; j < D_LAST; j++) {

Completed in 167 milliseconds