Home
last modified time | relevance | path

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

/openbsd-src/games/gomoku/
H A Dgomoku.h308 int sortcombo(struct combostr **, struct combostr **, struct combostr *);
H A Dpickmove.c701 if (sortcombo(scbpp, (struct combostr **)(cbp + 1), ocbp)) { in makecombo()
1190 sortcombo(struct combostr **scbpp, struct combostr **cbpp, in sortcombo() function