operation 1854 src/filemanager/file.c panel_operate_generate_prompt (const WPanel *panel, FileOperation operation, operation 1903 src/filemanager/file.c format_string = str_replace_all (cp, "%o", op_names1[(int) operation]); operation 1906 src/filemanager/file.c cp = operation == OP_DELETE ? "\n" : " "; operation 1924 src/filemanager/file.c cp = operation == OP_DELETE ? "?" : prompt_parts[5]; operation 1975 src/filemanager/file.c format = panel_operate_generate_prompt (panel, ctx->operation, src_stat); operation 2047 src/filemanager/file.c if (ctx->operation == OP_DELETE) operation 2069 src/filemanager/file.c switch (ctx->operation) operation 2141 src/filemanager/file.c if (ctx->operation == OP_DELETE) operation 2159 src/filemanager/file.c switch (ctx->operation) operation 3491 src/filemanager/file.c panel_operate (void *source_panel, FileOperation operation, gboolean force_single) operation 3531 src/filemanager/file.c ctx = file_op_context_new (operation); operation 3534 src/filemanager/file.c if (operation != OP_DELETE) operation 3560 src/filemanager/file.c g_strconcat (op_names[operation], ": ", operation 3582 src/filemanager/file.c if (operation == OP_DELETE) operation 3613 src/filemanager/file.c if ((operation != OP_COPY) && (get_current_type () == view_tree)) operation 3637 src/filemanager/file.c while (operation != OP_DELETE) operation 784 src/filemanager/filegui.c ctx->operation = op; operation 903 src/filemanager/filegui.c file_ui_op_dlg_callback, NULL, NULL, op_names[ctx->operation]); operation 1446 src/filemanager/filegui.c r, op_names[ctx->operation], "[Mask Copy/Rename]", operation 73 src/filemanager/filegui.h FileOperation operation;