Home
last modified time | relevance | path

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

/openbsd-src/games/gomoku/
H A Dgomoku.h294 void makecombo(struct combostr *, struct spotstr *, int, int);
H A Dpickmove.c590 makecombo(cbp, fsp, 0, cb.s); in addframes()
602 makecombo(cbp, sp, i, fcb.s); in addframes()
632 makecombo(struct combostr *ocbp, struct spotstr *osp, int off, int s) in makecombo() function