Lines Matching defs:you
121 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 */
136 unsigned ulevel:4; /* 1 - 14 */
138 unsigned uhorizon:7;
140 unsigned utrap:3; /* trap timeout */
141 unsigned utraptype:1; /* defined if utrap nonzero */
144 unsigned uinshop:6; /* used only in shk.c - (roomno+1) of shop */
175 unsigned uswldtim:4; /* time you have been swallowed */ argument
188 extern struct you u; argument