Home
last modified time | relevance | path

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

/dports/games/eboard/eboard-1.1.3/
H A Dproto_fics.cc244 if (global.IcsSeekGraph && global.skgraph2) in finalize()
389 if (global.HideSeeks && global.IcsSeekGraph) in parser3()
396 if (global.IcsSeekGraph) { in parser3()
896 if (global.IcsSeekGraph) in sendInitialization()
1386 if ((global.IcsSeekGraph)&&(global.skgraph2)) in parseStyle12()
1601 if ((global.IcsSeekGraph)&&(refgame->protodata[0]==0)) in gameOver()
1618 if ((global.IcsSeekGraph)&&(global.skgraph2)) { in refreshSeeks()
H A Ddlg_prefs.cc311 gtset(GTK_TOGGLE_BUTTON(sgb), global.IcsSeekGraph?1:0); in PreferencesDialog()
644 ApplyCheckBox(sgb, &global.IcsSeekGraph, &changed, NULL); in Apply()
731 if (changed && global.IcsSeekGraph!=0) in Apply()
736 if (changed && global.IcsSeekGraph==0 && global.skgraph2 != NULL) { in Apply()
H A Dglobal.h336 int IcsSeekGraph; variable
H A Dglobal.cc182 IcsSeekGraph=1; in Global()
488 case 25: IcsSeekGraph =t.tokenvalue(sep); break; in readRC()
595 rc << RCKeys[25] << div << IcsSeekGraph << endl; in writeRC()