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