HomeSort by: relevance | last modified time | path
    Searched defs:combocnt (Results 1 - 3 of 3) sorted by relevancy

  /src/games/gomoku/
pickmove.c 66 static int combocnt; /* count of struct combostr allocated */ variable in typeref:typename:int
354 level, combolen - n, combocnt, elistcnt);
405 combocnt--;
412 if (combocnt != 0) {
413 debuglog("scanframes: %c combocnt %d", "BW"[color],
414 combocnt);
524 combocnt++;
545 combocnt--;
735 combocnt++;
pickmove.c 66 static int combocnt; /* count of struct combostr allocated */ variable in typeref:typename:int
354 level, combolen - n, combocnt, elistcnt);
405 combocnt--;
412 if (combocnt != 0) {
413 debuglog("scanframes: %c combocnt %d", "BW"[color],
414 combocnt);
524 combocnt++;
545 combocnt--;
735 combocnt++;
pickmove.c 66 static int combocnt; /* count of struct combostr allocated */ variable in typeref:typename:int
354 level, combolen - n, combocnt, elistcnt);
405 combocnt--;
412 if (combocnt != 0) {
413 debuglog("scanframes: %c combocnt %d", "BW"[color],
414 combocnt);
524 combocnt++;
545 combocnt--;
735 combocnt++;

Completed in 33 milliseconds