Searched defs:you (Results 1 – 3 of 3) sorted by relevance
121 struct you { struct122 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 …]
68 static char you[LOGIN_NAME_MAX]; /* username */ variable
82 struct point you; variable