Lines Matching refs:app
63 XtAppContext /* app */
67 XtAppContext, /* app */
74 XtAppContext /* app */,
90 XtAppContext /* app */
95 #define INIT_APP_LOCK(app) if(_XtInitAppLock) (*_XtInitAppLock)(app)
96 #define FREE_APP_LOCK(app) if(app && app->free_lock)(*app->free_lock)(app)
100 #define LOCK_APP(app) if(app && app->lock)(*app->lock)(app)
101 #define UNLOCK_APP(app) if(app && app->unlock)(*app->unlock)(app)
103 #define YIELD_APP_LOCK(app,push,pushed,level)\
104 if(app && app->yield_lock) (*app->yield_lock)(app,push,pushed,level)
105 #define RESTORE_APP_LOCK(app,level,pushed)\
106 if(app && app->restore_lock) (*app->restore_lock)(app,level,pushed)
109 XtAppContext app = (w && _XtProcessLock ? \
113 XtAppContext app = (_XtProcessLock ? XtDisplayToApplicationContext(d): NULL)
119 #define LOCK_APP(app)
120 #define UNLOCK_APP(app)
122 #define INIT_APP_LOCK(app)
123 #define FREE_APP_LOCK(app)