Searched refs:_XtAppDestroyCount (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DDisplay.c532 int _XtAppDestroyCount = 0; variable in typeref:typename:int
551 _XtAppDestroyCount++;
553 (Cardinal) _XtAppDestroyCount,
555 appDestroyList[_XtAppDestroyCount - 1] = app;
569 XtStackAlloc(sizeof(XtAppContext) * (size_t) _XtAppDestroyCount, apps);
571 for (i = ii = 0; i < _XtAppDestroyCount; i++) {
577 _XtAppDestroyCount = ii;
578 if (_XtAppDestroyCount == 0) {
H A DEvent.c1499 if (_XtAppDestroyCount != 0 && safe)
/xsrc/external/mit/libXt/dist/include/X11/
H A DInitialI.h265 extern int _XtAppDestroyCount;

Completed in 5 milliseconds