Searched refs:spotstr (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/games/gomoku/
H A Dgomoku.h218 struct spotstr { struct
259 extern struct spotstr board[BAREA]; /* info for board */
270 void bdinit(struct spotstr *);
H A Dmakemove.c53 static void update_overlap(struct spotstr *);
66 struct spotstr *sp, *fsp;
68 struct spotstr *osp;
221 update_overlap(struct spotstr *osp)
223 struct spotstr *sp, *sp1, *sp2;
226 struct spotstr *esp;
H A Dbdinit.c50 bdinit(struct spotstr *bp)
53 struct spotstr *sp;
178 struct spotstr *sp1, *sp2;
H A Dpickmove.c68 static int better(const struct spotstr *, const struct spotstr *, int);
70 static void makecombo2(struct combostr *, struct spotstr *, int, int);
72 static void makecombo(struct combostr *, struct spotstr *, int, int);
76 static int checkframes(struct combostr *, struct combostr *, struct spotstr *,
84 struct spotstr *sp, *sp1, *sp2;
178 better(const struct spotstr *sp, const struct spotstr *sp1, int us)
235 struct spotstr *sp;
413 makecombo2(struct combostr *ocbp, struct spotstr *os
[all...]
H A Dbdisp.c169 struct spotstr *sp;
198 struct spotstr *sp;
H A Dmain.c75 struct spotstr board[BAREA]; /* info for board */
372 struct spotstr *sp;

Completed in 55 milliseconds