Home
last modified time | relevance | path

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

/netbsd-src/games/hack/
H A Dhack.h112 struct you { struct
113 xchar ux, uy;
114 schar dx, dy, dz; /* direction of move (or zap or ... ) */
116 schar di; /* direction of FF */
117 xchar ux0, uy0; /* initial position FF */
119 xchar udisx, udisy; /* last display pos */
120 char usym; /* usually '@' */
121 schar uluck;
124 int last_str_turn:3; /* 0: none, 1: half turn, 2: full turn */
126 unsigned udispl:1; /* @ on display */
[all …]
/netbsd-src/games/snake/snake/
H A Dsnake.c103 static struct point you; variable