OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextshape
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/tetris/
tetris.h
135
extern const struct shape *
nextshape
;
tetris.c
68
const struct shape *
nextshape
;
variable in typeref:typename:const struct shape *
219
nextshape
= randshape();
250
curshape =
nextshape
;
251
nextshape
= randshape();
screen.c
319
if (showpreview && (
nextshape
!= lastshape)) {
323
lastshape =
nextshape
;
336
setcolor(
nextshape
->color);
342
t +=
nextshape
->off[i];
Completed in 65 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025