OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
A_FIRST
games/tetris/tetris.c
100
for (i = A_FIRST; i < A_LAST; i++) {
games/tetris/tetris.c
246
pos = A_FIRST*B_COLS + (B_COLS/2)-1;
games/tetris/tetris.c
280
pos = A_FIRST*B_COLS + (B_COLS/2)-1;