Symbol: spotstr
games/gomoku/bdinit.c
106
init_spot_frame(struct spotstr *sp, frame_index *fip)
games/gomoku/bdinit.c
133
struct spotstr *sp = board;
games/gomoku/bdinit.c
244
const struct spotstr *spb0 = &board[s - offb * db];
games/gomoku/bdinit.c
45
init_spot_flags_and_fval(struct spotstr *sp, int col, int row)
games/gomoku/bdisp.c
170
struct spotstr *sp;
games/gomoku/bdisp.c
206
struct spotstr *sp;
games/gomoku/gomoku.h
239
is_blocked(const struct spotstr *sp, direction r)
games/gomoku/gomoku.h
245
set_blocked(struct spotstr *sp, direction r)
games/gomoku/gomoku.h
263
extern struct spotstr board[BAREA]; /* info for board */
games/gomoku/main.c
479
struct spotstr *sp;
games/gomoku/main.c
76
struct spotstr board[BAREA]; /* info for board */
games/gomoku/makemove.c
107
struct spotstr *sp = &board[mv];
games/gomoku/makemove.c
119
struct spotstr *fsp = &board[mv];
games/gomoku/makemove.c
290
const struct spotstr *sp = &board[os - db * off];
games/gomoku/makemove.c
79
old_weight_value(const struct spotstr *sp, direction r)
games/gomoku/pickmove.c
1019
struct spotstr *sp = &board[s];
games/gomoku/pickmove.c
1081
checkframes(struct combostr *cbp, struct combostr *fcbp, struct spotstr *osp,
games/gomoku/pickmove.c
125
const struct spotstr *sp = &board[s];
games/gomoku/pickmove.c
1353
struct spotstr *sp;
games/gomoku/pickmove.c
1473
struct spotstr *sp = &board[cbp->c_vertex];
games/gomoku/pickmove.c
150
const struct spotstr *bsp = &board[bs];
games/gomoku/pickmove.c
151
const struct spotstr *wsp = &board[ws];
games/gomoku/pickmove.c
196
const struct spotstr *asp = &board[as];
games/gomoku/pickmove.c
197
const struct spotstr *bsp = &board[bs];
games/gomoku/pickmove.c
230
struct spotstr *sp = &board[s];
games/gomoku/pickmove.c
253
struct spotstr *sp;
games/gomoku/pickmove.c
430
makecombo2(struct combostr *ocbp, struct spotstr *osp, u_char off, u_short cv)
games/gomoku/pickmove.c
457
struct spotstr *fsp = osp;
games/gomoku/pickmove.c
567
struct spotstr *fsp;
games/gomoku/pickmove.c
578
struct spotstr *sp = &board[s];
games/gomoku/pickmove.c
631
struct spotstr *sp = fsp + d;
games/gomoku/pickmove.c
665
makecombo(struct combostr *ocbp, struct spotstr *osp, u_char off, u_short cv)
games/gomoku/pickmove.c
668
struct spotstr *sp;
games/gomoku/pickmove.c
73
static void makecombo2(struct combostr *, struct spotstr *, u_char, u_short);
games/gomoku/pickmove.c
75
static void makecombo(struct combostr *, struct spotstr *, u_char, u_short);
games/gomoku/pickmove.c
79
static int checkframes(struct combostr *, struct combostr *, struct spotstr *,
games/gomoku/pickmove.c
812
struct spotstr *sp;
games/gomoku/pickmove.c
96
struct spotstr *sp = &board[s];
games/gomoku/pickmove.c
982
struct spotstr *sp = &board[cbp->c_vertex];
games/gomoku/pickmove.c
994
struct spotstr *sp = &board[s];