Home
last modified time | relevance | path

Searched refs:WAwindow (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 Dsearch.c237 alpha = score - ((computer == white) ? BAwindow : WAwindow); in SelectMove()
389 - ((computer == white) ? BAwindow : WAwindow) in SelectMove()
392 alpha = score - ((computer == white) ? BAwindow : WAwindow); in SelectMove()
H A Dinit.c503 WAwindow = WAWNDW; in NewGame()
H A Drawdsp.c657 scanf("%hd", &WAwindow); in Raw_ChangeAlphaWindow()
H A Dgnushogi.h726 extern short WAwindow, BAwindow, WBwindow, BBwindow;
H A Dcursesdsp.c943 FLUSH_SCANW("%hd", &WAwindow); in Curses_ChangeAlphaWindow()