Searched refs:ACCESSIBLE (Results 1 – 4 of 4) sorted by relevance
86 #define ACCESSIBLE(typ) ((typ) >= DOOR) /* good position */ macro
232 m_at(x, y) || !ACCESSIBLE(levl[x][y].typ) in goodpos()
305 if (ACCESSIBLE(typ)) in gd_move()
903 if (ACCESSIBLE(levl[x][y].typ)) /* might be mimic in wall or dead eel */ in killed()