Home
last modified time | relevance | path

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

/dragonfly/games/gomoku/
H A Dpickmove.c53 static int combolen; /* number of combos in sortcombos */ variable
266 n = combolen; in scanframes()
335 while (d <= ((movenum + 1) >> 1) && combolen > n) { in scanframes()
338 d, combolen - n, combocnt, elistcnt); in scanframes()
341 n = combolen; in scanframes()
392 combolen = 0; in scanframes()
775 combolen++; in makecombo()
1050 combolen++; in appendcombo()