totals_computed   787 src/filemanager/file.c         ctx->totals_computed = (status == FILE_CONT);
totals_computed   797 src/filemanager/file.c         ctx->totals_computed = verbose && dialog_type == FILEGUI_DIALOG_ONE_ITEM;
totals_computed   914 src/filemanager/filegui.c         ui->showing_eta = with_eta && ctx->totals_computed;
totals_computed   942 src/filemanager/filegui.c             if (ctx->totals_computed)
totals_computed  1098 src/filemanager/filegui.c     if (ctx->totals_computed)
totals_computed  1143 src/filemanager/filegui.c         if (ctx->totals_computed)
totals_computed  1170 src/filemanager/filegui.c         if (!ctx->totals_computed)
totals_computed   135 src/filemanager/filegui.h     gboolean totals_computed;