Home
last modified time | relevance | path

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

/dragonfly/games/gomoku/
H A Dpickmove.c71 static int sortcombo(struct combostr **, struct combostr **, struct combostr *);
722 if (sortcombo(scbpp, (struct combostr **)(cbp + 1), ocbp)) { in makecombo()
1212 sortcombo(struct combostr **scbpp, struct combostr **cbpp, in sortcombo() function