Home
last modified time | relevance | path

Searched refs:MsecThreshold (Results 1 – 4 of 4) sorted by relevance

/dports/games/eboard/eboard-1.1.3/
H A Ddlg_prefs.cc269 hh = global.MsecThreshold / 3600; in PreferencesDialog()
270 mm = (global.MsecThreshold % 3600) / 60; in PreferencesDialog()
271 ss = (global.MsecThreshold % 3600) % 60; in PreferencesDialog()
693 if (nval!=global.MsecThreshold) { in Apply()
695 global.MsecThreshold=nval; in Apply()
H A Dglobal.h343 int MsecThreshold; variable
H A Dglobal.cc171 MsecThreshold = 60; in Global()
531 case 56: MsecThreshold = t.tokenvalue(sep); break; in readRC()
632 rc << RCKeys[56] << div << MsecThreshold << endl; in writeRC()
H A Dboard.cc351 if (TS >= global.MsecThreshold || mr==0) { in clockString()