Searched refs:spotstr (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/games/gomoku/ |
| D | gomoku.h | 214 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 *);
|
| D | makemove.c | 54 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()
|
| D | bdinit.c | 39 bdinit(struct spotstr *bp) in bdinit() 42 struct spotstr *sp; in bdinit() 167 struct spotstr *sp1, *sp2; in init_overlap()
|
| D | pickmove.c | 61 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 …]
|
| D | bdisp.c | 153 struct spotstr *sp; in bdisp() 181 struct spotstr *sp; in bdump()
|
| D | main.c | 59 struct spotstr board[BAREA]; /* info for board */ 345 struct spotstr *sp; in whatsup()
|