Symbol: spotstr
games/gomoku/bdinit.c
167
struct spotstr *sp1, *sp2;
games/gomoku/bdinit.c
39
bdinit(struct spotstr *bp)
games/gomoku/bdinit.c
42
struct spotstr *sp;
games/gomoku/bdisp.c
153
struct spotstr *sp;
games/gomoku/bdisp.c
181
struct spotstr *sp;
games/gomoku/gomoku.h
256
extern struct spotstr board[BAREA]; /* info for board */
games/gomoku/gomoku.h
268
void bdinit(struct spotstr *);
games/gomoku/gomoku.h
275
int better(struct spotstr *, struct spotstr *, int);
games/gomoku/gomoku.h
277
struct spotstr *, int, struct ovlp_info *);
games/gomoku/gomoku.h
294
void makecombo(struct combostr *, struct spotstr *, int, int);
games/gomoku/gomoku.h
295
void makecombo2(struct combostr *, struct spotstr *, int, int);
games/gomoku/gomoku.h
311
void update_overlap(struct spotstr *);
games/gomoku/main.c
345
struct spotstr *sp;
games/gomoku/main.c
59
struct spotstr board[BAREA]; /* info for board */
games/gomoku/makemove.c
209
update_overlap(struct spotstr *osp)
games/gomoku/makemove.c
211
struct spotstr *sp, *sp1, *sp2;
games/gomoku/makemove.c
214
struct spotstr *esp = NULL;
games/gomoku/makemove.c
54
struct spotstr *sp, *fsp;
games/gomoku/makemove.c
56
struct spotstr *osp;
games/gomoku/pickmove.c
1056
checkframes(struct combostr *cbp, struct combostr *fcbp, struct spotstr *osp,
games/gomoku/pickmove.c
1329
struct spotstr *sp;
games/gomoku/pickmove.c
1441
struct spotstr *sp;
games/gomoku/pickmove.c
161
better(struct spotstr *sp, struct spotstr *sp1, int us)
games/gomoku/pickmove.c
218
struct spotstr *sp;
games/gomoku/pickmove.c
402
makecombo2(struct combostr *ocbp, struct spotstr *osp, int off, int s)
games/gomoku/pickmove.c
404
struct spotstr *fsp;
games/gomoku/pickmove.c
535
struct spotstr *sp, *fsp;
games/gomoku/pickmove.c
61
struct spotstr *sp, *sp1, *sp2;
games/gomoku/pickmove.c
632
makecombo(struct combostr *ocbp, struct spotstr *osp, int off, int s)
games/gomoku/pickmove.c
635
struct spotstr *sp;
games/gomoku/pickmove.c
785
struct spotstr *sp;
games/gomoku/pickmove.c
941
struct spotstr *sp;