Home
last modified time | relevance | path

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

/dragonfly/games/gomoku/
H A Dpickmove.c51 static struct combostr *hashcombos[FAREA];/* hash list for finding duplicates */ variable
620 cbpp = &hashcombos[FAREA]; in addframes()
637 } while (cbpp != hashcombos); in addframes()
1255 cbp = hashcombos[inx = *scbpp - frames]; in sortcombo()
1263 hashcombos[inx] = fcbp; in sortcombo()