Home
last modified time | relevance | path

Searched refs:BBwindow (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.c506 BBwindow = BBWNDW; 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.c669 scanf("%hd", &BBwindow); in Raw_ChangeBetaWindow()
H A Dgnushogi.h726 extern short WAwindow, BAwindow, WBwindow, BBwindow;
H A Dcursesdsp.c955 FLUSH_SCANW("%hd", &BBwindow); in Curses_ChangeBetaWindow()