Home
last modified time | relevance | path

Searched refs:by60 (Results 1 – 1 of 1) sorted by path

/dports/games/xboard/xboard-4.9.1/
H A Ddialogs.c1778 int tmpMoves, tmpTc, tmpInc, tmpOdds1, tmpOdds2, tcType, by60; variable
1794 { 0, 0, 0, NULL, (void*) &by60, "", NULL, CheckBox, N_("Divide entered times by 60") },
1811 if(by60) snprintf(buf, MSG_SIZ, "%d:%02d", tmpTc/60, tmpTc%60), tc=buf; in TcOK()
1823 appData.timeIncrement = (by60 ? tmpInc/60. : tmpInc); in TcOK()
1826 searchTime = (by60 ? tmpInc/60 : tmpInc); in TcOK()
1866 by60 = 0; in TimeControlProc()