Home
last modified time | relevance | path

Searched refs:ACCESSIBLE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/games/hack/
H A Ddef.rm.h86 #define ACCESSIBLE(typ) ((typ) >= DOOR) /* good position */ macro
H A Dhack.makemon.c232 m_at(x, y) || !ACCESSIBLE(levl[x][y].typ) in goodpos()
H A Dhack.vault.c305 if (ACCESSIBLE(typ)) in gd_move()
H A Dhack.mon.c903 if (ACCESSIBLE(levl[x][y].typ)) /* might be mimic in wall or dead eel */ in killed()