Home
last modified time | relevance | path

Searched defs:GDIST (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/games/hack/
H A Dhack.dog.c204 #define GDIST(x,y) ((x-gx)*(x-gx) + (y-gy)*(y-gy)) in dog_move() macro
H A Dhack.shk.c1001 #define GDIST(x,y) ((x-gx)*(x-gx)+(y-gy)*(y-gy)) in shk_move() macro