Home
last modified time | relevance | path

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

/dragonfly/games/gomoku/
H A Dpickmove.c63 static void makecombo2(struct combostr *, struct spotstr *, int, int);
287 makecombo2(cbp, sp, 0, cb.s); in scanframes()
316 makecombo2(cbp, sp, i, cb.s); in scanframes()
413 makecombo2(struct combostr *ocbp, struct spotstr *osp, int off, int s) in makecombo2() function