Home
last modified time | relevance | path

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

/dports/games/xboard/xboard-4.9.1/
H A Dengineoutput.c242 … appData.whitePOV || appData.scoreWhite ? "white" : "mover", s, cps->option[multi].value); in SetProgramStats()
616 …h = ((gameMode == AnalyzeMode && appData.whitePOV || appData.scoreWhite) && !WhiteOnMove(currentMo… in UpdateControls()
H A Dcommon.h799 Boolean whitePOV; member
H A Dargs.h691 { "absoluteAnalysisScores", ArgBoolean, (void *) &appData.whitePOV, TRUE, FALSE },
H A Ddialogs.c408 { 0, 0, 0, NULL, (void*) &appData.whitePOV, "", NULL, CheckBox, N_("Absolute Analysis Scores") },
H A Dbackend.c9862 …if((gameMode == AnalyzeMode && appData.whitePOV || appData.scoreWhite) && !WhiteOnMove(forwardMost… in HandleMachineMove()
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dengineoutput.c237 … appData.whitePOV || appData.scoreWhite ? "white" : "mover", cps->option[multi].value); in SetProgramStats()
611 …h = ((gameMode == AnalyzeMode && appData.whitePOV || appData.scoreWhite) && !WhiteOnMove(currentMo… in UpdateControls()
H A Dcommon.h791 Boolean whitePOV; member
H A Dargs.h686 { "absoluteAnalysisScores", ArgBoolean, (void *) &appData.whitePOV, TRUE, FALSE },
H A Ddialogs.c404 { 0, 0, 0, NULL, (void*) &appData.whitePOV, "", NULL, CheckBox, N_("Absolute Analysis Scores") },