Lines Matching refs:destroy_count
212 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++;
385 for (i = app->destroy_count - 1; i;) {
390 DestroyRec *dr2 = app->destroy_list + (app->destroy_count - 1);