Home
last modified time | relevance | path

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

/dports/print/gv/gv-3.7.4/src/
H A Dprocess.c79 #define DESTROY_TIMER(aaa) \ macro
125 DESTROY_TIMER(pd->timer) in process_remove_pd()
H A DScrollbar.c263 #define DESTROY_TIMER if (TIMER) { XtRemoveTimeOut(TIMER); TIMER = DISABLED; } macro
1023 DESTROY_TIMER;
1214 DESTROY_TIMER; in RepeatNotify()
1310 DESTROY_TIMER; in EndScroll()
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Dtoolbar.h390 #define DESTROY_TIMER 3 macro
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dtoolbar.cpp322 EVT_TIMER ( DESTROY_TIMER, ocpnFloatingToolbarDialog::DestroyTimerEvent ) in BEGIN_EVENT_TABLE()
400 m_destroyTimer.SetOwner( this, DESTROY_TIMER ); in BEGIN_EVENT_TABLE()