Home
last modified time | relevance | path

Searched refs:RM_terminate (Results 1 – 6 of 6) sorted by path

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Drm_intrf.c405 void RM_terminate() in RM_terminate() function
H A Drm_intrf.e92 extern void RM_terminate ARGS_DECL((void));
/dports/graphics/tgif/tgif-QPL-4.2.5/rmcast/
H A DChangeLog26 - RM_terminate return type is now void and it calls the callback function
33 - call RM_terminate in the correct place
74 - function RM_terminate now returns a integer (0 on error)
353 * RM_terminate() now returns EXIT_SUCCESS
558 - Now RM_terminate is called only when the event LEV_GRP_EVENT triggers
643 - Added missing RM_terminate() function call in rmchat.c
/dports/graphics/tgif/tgif-QPL-4.2.5/rmcast/src/
H A Drmcast.c1073 void RM_terminate( void ) in RM_terminate() function
H A Drmcast.h73 void RM_terminate( void );
H A Drminternals.c1335 RM_terminate(); in rmcastCatchEvents()