Searched refs:destroy_count (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DDestroy.c212 int starting_count = app->destroy_count;
274 if (app->destroy_count > starting_count) {
277 while (i < app->destroy_count) {
285 app->destroy_count--;
286 for (j = app->destroy_count - i; --j >= 0; dr++)
330 while (i < app->destroy_count) {
342 app->destroy_count--;
343 for (j = app->destroy_count - i; --j >= 0; dr++)
372 if (app->destroy_count == app->destroy_list_size) {
378 dr = app->destroy_list + app->destroy_count
[all...]
H A DEvent.c1438 starting_count = app->destroy_count;
1486 if (app->destroy_count > starting_count)
H A DDisplay.c456 app->destroy_list_size = app->destroy_count = app->dispatch_level = 0;
/xsrc/external/mit/libXt/dist/include/X11/
H A DInitialI.h182 int destroy_count; member in struct:_XtAppStruct

Completed in 6 milliseconds