OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fits_in
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/tetris/
tetris.c
233
if (
fits_in
(curshape, pos + B_COLS)) {
253
if (!
fits_in
(curshape, pos))
283
if (
fits_in
(curshape, pos - 1))
291
if (
fits_in
(new, pos))
297
if (
fits_in
(curshape, pos + 1))
303
while (
fits_in
(curshape, pos + B_COLS)) {
311
if (
fits_in
(curshape, pos + B_COLS)) {
tetris.h
174
int
fits_in
(const struct shape *, int);
shapes.c
82
fits_in
(const struct shape *shape, int pos)
function in typeref:typename:int
Completed in 12 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025