Searched refs:utpnt (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/games/hack/
H A Dhack.track.c76 static int utpnt = 0; variable
81 utcnt = utpnt = 0;
90 if (utpnt == UTSZ)
91 utpnt = 0;
92 utrack[utpnt].x = u.ux;
93 utrack[utpnt].y = u.uy;
94 utpnt++;
104 for (i = utpnt - 1; cnt--; i--) {

Completed in 118 milliseconds