Lines Matching refs:spot_index
70 typedef unsigned short spot_index;
165 spot_index c_vertex; /* F: frame head,
252 spot_index moves[BSZ * BSZ]; /* log of all played moves */
253 spot_index win_spot; /* the winning move, or 0 */
267 extern spot_index intersect[FAREA * FAREA]; /* frame [a][b] intersection */
275 spot_index get_coord(void);
289 const char *stoc(spot_index);
290 spot_index ctos(const char *);
291 int makemove(player_color, spot_index);
294 spot_index pickmove(player_color);