Lines Matching refs:levl
307 room = &levl[zx][zy]; in dozap()
408 typ = levl[bhitpos.x][bhitpos.y].typ; in bhit()
432 tmp_at(-1, (levl[bhitpos.x][bhitpos.y].typ == POOL) ? -1 : 0); in bhit()
463 if (!ZAP_POS(levl[bhitpos.x][bhitpos.y].typ)) { in boomhit()
522 if ((lev = &levl[sx][sy])->typ) in buzz()
528 if (ZAP_POS(levl[sx][sy - dy].typ)) in buzz()
530 if (ZAP_POS(levl[sx - dx][sy].typ)) { in buzz()
622 if (ZAP_POS(rmn = levl[sx][sy - dy].typ) && in buzz()
623 (IS_ROOM(rmn) || ZAP_POS(levl[sx + dx][sy - dy].typ))) in buzz()
625 if (ZAP_POS(rmn = levl[sx - dx][sy].typ) && in buzz()
626 (IS_ROOM(rmn) || ZAP_POS(levl[sx - dx][sy + dy].typ))) in buzz()