Lines Matching defs:you
112 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 */
127 unsigned ulevel:4; /* 1 - 14 */
129 unsigned uhorizon:7;
131 unsigned utrap:3; /* trap timeout */
132 unsigned utraptype:1; /* defined if utrap nonzero */
135 unsigned uinshop:6; /* used only in shk.c - (roomno+1) of shop */
166 unsigned uswldtim:4; /* time you have been swallowed */ argument
167 unsigned uhs:3; /* hunger state - see hack.eat.c */
168 schar ustr,ustrmax;
169 schar udaminc;
170 schar uac;
171 int uhp,uhpmax;
172 long int ugold,ugold0,uexp,urexp;
173 int uhunger; /* refd only in eat.c and shk.c */
174 int uinvault;
175 struct monst *ustuck;
176 int nr_killed[CMNUM+2]; /* used for experience bookkeeping */