Symbol: spotstr
games/gomoku/bdinit.c
171
struct spotstr *sp1, *sp2;
games/gomoku/bdinit.c
43
bdinit(struct spotstr *bp)
games/gomoku/bdinit.c
46
struct spotstr *sp;
games/gomoku/bdisp.c
159
struct spotstr *sp;
games/gomoku/bdisp.c
188
struct spotstr *sp;
games/gomoku/gomoku.h
259
extern struct spotstr board[BAREA]; /* info for board */
games/gomoku/gomoku.h
273
void bdinit(struct spotstr *);
games/gomoku/main.c
362
struct spotstr *sp;
games/gomoku/main.c
65
struct spotstr board[BAREA]; /* info for board */
games/gomoku/makemove.c
214
update_overlap(struct spotstr *osp)
games/gomoku/makemove.c
216
struct spotstr *sp, *sp1, *sp2;
games/gomoku/makemove.c
219
struct spotstr *esp;
games/gomoku/makemove.c
46
static void update_overlap(struct spotstr *);
games/gomoku/makemove.c
59
struct spotstr *sp, *fsp;
games/gomoku/makemove.c
61
struct spotstr *osp;
games/gomoku/pickmove.c
1075
checkframes(struct combostr *cbp, struct combostr *fcbp, struct spotstr *osp,
games/gomoku/pickmove.c
1350
struct spotstr *sp;
games/gomoku/pickmove.c
1462
struct spotstr *sp;
games/gomoku/pickmove.c
176
better(const struct spotstr *sp, const struct spotstr *sp1, int us)
games/gomoku/pickmove.c
233
struct spotstr *sp;
games/gomoku/pickmove.c
413
makecombo2(struct combostr *ocbp, struct spotstr *osp, int off, int s)
games/gomoku/pickmove.c
415
struct spotstr *fsp;
games/gomoku/pickmove.c
546
struct spotstr *sp, *fsp;
games/gomoku/pickmove.c
61
static int better(const struct spotstr *, const struct spotstr *, int);
games/gomoku/pickmove.c
63
static void makecombo2(struct combostr *, struct spotstr *, int, int);
games/gomoku/pickmove.c
645
makecombo(struct combostr *ocbp, struct spotstr *osp, int off, int s)
games/gomoku/pickmove.c
648
struct spotstr *sp;
games/gomoku/pickmove.c
65
static void makecombo(struct combostr *, struct spotstr *, int, int);
games/gomoku/pickmove.c
69
static int checkframes(struct combostr *, struct combostr *, struct spotstr *,
games/gomoku/pickmove.c
77
struct spotstr *sp, *sp1, *sp2;
games/gomoku/pickmove.c
804
struct spotstr *sp;
games/gomoku/pickmove.c
959
struct spotstr *sp;