Home
last modified time | relevance | path

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

/openbsd-src/games/gomoku/
H A Dpickmove.c48 struct combostr *hashcombos[FAREA]; /* hash list for finding duplicates */ variable
607 cbpp = &hashcombos[FAREA]; in addframes()
624 } while (cbpp != hashcombos); in addframes()
1235 cbp = hashcombos[inx = *scbpp - frames]; in sortcombo()
1243 hashcombos[inx] = fcbp; in sortcombo()