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

  /src/games/hack/
hack.cmd.c 344 if (!isroom(u.ux + xdir[ui], u.uy + ydir[ui]))
358 if (isroom(u.ux + xdir[ui], u.uy + ydir[ui]))
368 isroom(int x, int y) function in typeref:typename:int
hack.cmd.c 344 if (!isroom(u.ux + xdir[ui], u.uy + ydir[ui]))
358 if (isroom(u.ux + xdir[ui], u.uy + ydir[ui]))
368 isroom(int x, int y) function in typeref:typename:int

Completed in 23 milliseconds