Home
last modified time | relevance | path

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

/netbsd/games/gomoku/
H A Dpickmove.c61 static struct combostr *hashcombos[FAREA];/* hash list for finding duplicates */ variable
640 cbpp = &hashcombos[FAREA]; in addframes()
657 } while (cbpp != hashcombos); in addframes()
1256 cbp = hashcombos[inx = (frame_index)(*scbpp - frames)]; in sortcombo()
1263 hashcombos[inx] = fcbp; in sortcombo()