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

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

Completed in 82 milliseconds