Home
last modified time | relevance | path

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

/dragonfly/games/gomoku/
H A Dpickmove.c65 static void makecombo(struct combostr *, struct spotstr *, int, int);
603 makecombo(cbp, fsp, 0, cb.s); in addframes()
615 makecombo(cbp, sp, i, fcb.s); in addframes()
645 makecombo(struct combostr *ocbp, struct spotstr *osp, int off, int s) in makecombo() function