Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dscope.c665 if (Scope->show_xhair) return; in GScope_showCrossLine()
666 Scope->show_xhair = 1; in GScope_showCrossLine()
677 if (!Scope->show_xhair) return; in GScope_hideCrossLine()
686 Scope->show_xhair = 0; in GScope_hideCrossLine()
692 if (!Scope->show_xhair) return; in GScope_drawCrossLine()
1053 S->show_xhair = 0; in GScope_fullUpdate()
1249 S->show_xhair = 1; in new_GScope()
H A Dscope.h94 int show_xhair; /* Show crosshair */ member