Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Derror.c41 TkGate.ErrorMarkTimeout = 2; in SetErrorPosition()
57 if (TkGate.ErrorMarkTimeout == 1) { in ClearErrorMark()
59 TkGate.ErrorMarkTimeout = 0; in ClearErrorMark()
252 TkGate.ErrorMarkTimeout = 0; in Error_purge()
H A Dtkgate.h389 int ErrorMarkTimeout; /* Status flag for drawing the error "X" marker. */ member
H A Deditstate.c627 if (TkGate.ErrorMarkTimeout) { in editstate_update()
629 TkGate.ErrorMarkTimeout = 1; in editstate_update()
H A Dtkgatewin.c1656 TkGate.ErrorMarkTimeout = 0; in init_mainWindow()