Home
last modified time | relevance | path

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

/openbsd-src/games/hack/
H A Dhack.h121 struct you { struct
122 xchar ux, uy;
123 schar dx, dy, dz; /* direction of move (or zap or ... ) */
125 schar di; /* direction of FF */
126 xchar ux0, uy0; /* initial position FF */
128 xchar udisx, udisy; /* last display pos */
129 char usym; /* usually '@' */
130 schar uluck;
133 int last_str_turn:3; /* 0: none, 1: half turn, 2: full turn */
135 unsigned udispl:1; /* @ on display */
[all …]
/openbsd-src/games/gomoku/
H A Dmain.c68 static char you[LOGIN_NAME_MAX]; /* username */ variable
/openbsd-src/games/snake/
H A Dsnake.c82 struct point you; variable