Home
last modified time | relevance | path

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

/openbsd/src/games/gomoku/
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 *);
Dmakemove.c54 struct spotstr *sp, *fsp; in makemove()
56 struct spotstr *osp; in makemove()
209 update_overlap(struct spotstr *osp) in update_overlap()
211 struct spotstr *sp, *sp1, *sp2; in update_overlap()
214 struct spotstr *esp = NULL; in update_overlap()
Dbdinit.c39 bdinit(struct spotstr *bp) in bdinit()
42 struct spotstr *sp; in bdinit()
167 struct spotstr *sp1, *sp2; in init_overlap()
Dpickmove.c61 struct spotstr *sp, *sp1, *sp2; in pickmove()
161 better(struct spotstr *sp, struct spotstr *sp1, int us) in better()
218 struct spotstr *sp; in scanframes()
402 makecombo2(struct combostr *ocbp, struct spotstr *osp, int off, int s) in makecombo2()
404 struct spotstr *fsp; in makecombo2()
535 struct spotstr *sp, *fsp; in addframes()
632 makecombo(struct combostr *ocbp, struct spotstr *osp, int off, int s) in makecombo()
635 struct spotstr *sp; in makecombo()
785 struct spotstr *sp; in makeempty()
941 struct spotstr *sp; in updatecombo()
[all …]
Dbdisp.c153 struct spotstr *sp; in bdisp()
181 struct spotstr *sp; in bdump()
Dmain.c59 struct spotstr board[BAREA]; /* info for board */
345 struct spotstr *sp; in whatsup()