Lines Matching defs:move
56 struct move {
58 int mvlim; /* 'move limit': max. number of moves */
61 int h[4]; /* flag for each move if a man was hit */
122 extern char cin[100]; /* input line of current move
142 void backone(struct move *, int);
145 int checkmove(struct move *, int);
155 void getarg(struct move *, char ***);
157 void getmove(struct move *);
162 int makmove(struct move *, int);
163 int movallow(struct move *);
164 void movback(struct move *, int);
165 void moverr(struct move *, int);
166 int movokay(struct move *, int);
170 void proll(struct move *);
171 int quit(struct move *);
173 void recover(struct move *, const char *);
175 void roll(struct move *);
176 void save(struct move *, int);
186 void move_init(struct move *);