Home
last modified time | relevance | path

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

/dports/games/gnushogi/gnushogi-1.4.2/gnushogi/
H A Dglobals.c84 short opponent, computer, WAwindow, WBwindow, BAwindow, BBwindow, dither, variable
H A Dsizetest.c112 short opponent, computer, WAwindow, WBwindow, BAwindow, BBwindow, dither, variable
H A Dinit.c504 WBwindow = WBWNDW; in NewGame()
H A Dsearch.c238 beta = score + ((computer == white) ? BBwindow : WBwindow); in SelectMove()
386 beta = score + ((computer == white) ? BBwindow : WBwindow); in SelectMove()
H A Drawdsp.c667 scanf("%hd", &WBwindow); in Raw_ChangeBetaWindow()
H A Dgnushogi.h726 extern short WAwindow, BAwindow, WBwindow, BBwindow;
H A Dcursesdsp.c953 FLUSH_SCANW("%hd", &WBwindow); in Curses_ChangeBetaWindow()