Home
last modified time | relevance | path

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

/original-bsd/games/hack/
H A Dhack.h63 struct you { struct
64 xchar ux, uy;
65 schar dx, dy, dz; /* direction of move (or zap or ... ) */
68 xchar ux0, uy0; /* initial position FF */
70 xchar udisx, udisy; /* last display pos */
71 char usym; /* usually '@' */
72 schar uluck;
78 unsigned ulevel:4; /* 1 - 14 */
80 unsigned uhorizon:7;
117 unsigned uswldtim:4; /* time you have been swallowed */ argument
[all …]
/original-bsd/games/snake/snake/
H A Dsnake.c53 struct point you; variable