HomeSort by: relevance | last modified time | path
    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