HomeSort by: relevance | last modified time | path
    Searched defs:been_there (Results 1 - 1 of 1) sorted by relevancy

  /src/games/hunt/hunt/
otto.c 140 STATIC char been_there[HEIGHT][WIDTH2]; variable in typeref:typename:STATIC char[][]
188 been_there[row][col] |= 1 << facing;
198 memset(been_there, 0, sizeof been_there);
205 memset(been_there, 0, sizeof been_there);
208 memset(been_there, 0, sizeof been_there);
210 memset(been_there, 0, sizeof been_there);
    [all...]

Completed in 11 milliseconds