Home
last modified time | relevance | path

Searched refs:enable_xhair (Results 1 – 2 of 2) sorted by relevance

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dscope.c669 if (Scope->enable_xhair) in GScope_showCrossLine()
681 if (Scope->enable_xhair) in GScope_hideCrossLine()
695 if (Scope->enable_xhair) in GScope_drawCrossLine()
703 if (Scope->enable_xhair) in GScope_drawCrossLine()
869 if (Scope->enable_xhair == n) return; in GScope_setShowXHairState()
872 Scope->enable_xhair = n; in GScope_setShowXHairState()
1248 S->enable_xhair = 1; in new_GScope()
H A Dscope.h93 int enable_xhair; /* Enable crosshair */ member