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

/openbsd-current/games/gomoku/
H A Dgomoku.h214 struct spotstr { struct
256 extern struct spotstr board[BAREA]; /* info for board */
268 void bdinit(struct spotstr *);
275 int better(struct spotstr *, struct spotstr *, int);
277 struct spotstr *, int, struct ovlp_info *);
294 void makecombo(struct combostr *, struct spotstr *, int, int);
295 void makecombo2(struct combostr *, struct spotstr *, int, int);
311 void update_overlap(struct spotstr *);
H A Dmakemove.c54 struct spotstr *sp, *fsp;
56 struct spotstr *osp;
209 update_overlap(struct spotstr *osp)
211 struct spotstr *sp, *sp1, *sp2;
214 struct spotstr *esp = NULL;
H A Dbdinit.c39 bdinit(struct spotstr *bp)
42 struct spotstr *sp;
167 struct spotstr *sp1, *sp2;
H A Dbdisp.c153 struct spotstr *sp;
181 struct spotstr *sp;
H A Dpickmove.c61 struct spotstr *sp, *sp1, *sp2;
161 better(struct spotstr *sp, struct spotstr *sp1, int us)
218 struct spotstr *sp;
402 makecombo2(struct combostr *ocbp, struct spotstr *osp, int off, int s)
404 struct spotstr *fsp;
535 struct spotstr *sp, *fsp;
632 makecombo(struct combostr *ocbp, struct spotstr *osp, int off, int s)
635 struct spotstr *sp;
785 struct spotstr *s
[all...]
H A Dmain.c59 struct spotstr board[BAREA]; /* info for board */
345 struct spotstr *sp;

Completed in 102 milliseconds