operation 1881 src/filemanager/file.c panel_operate_generate_prompt (const WPanel *panel, FileOperation operation, operation 1930 src/filemanager/file.c format_string = str_replace_all (cp, "%o", op_names1[(int) operation]); operation 1933 src/filemanager/file.c cp = operation == OP_DELETE ? "\n" : " "; operation 1951 src/filemanager/file.c cp = operation == OP_DELETE ? "?" : prompt_parts[5]; operation 2002 src/filemanager/file.c format = panel_operate_generate_prompt (panel, ctx->operation, src_stat); operation 2074 src/filemanager/file.c if (ctx->operation == OP_DELETE) operation 2096 src/filemanager/file.c switch (ctx->operation) operation 2168 src/filemanager/file.c if (ctx->operation == OP_DELETE) operation 2186 src/filemanager/file.c switch (ctx->operation) operation 3524 src/filemanager/file.c panel_operate (void *source_panel, FileOperation operation, gboolean force_single) operation 3564 src/filemanager/file.c ctx = file_op_context_new (operation); operation 3567 src/filemanager/file.c if (operation != OP_DELETE) operation 3593 src/filemanager/file.c g_strconcat (op_names[operation], ": ", operation 3615 src/filemanager/file.c if (operation == OP_DELETE) operation 3646 src/filemanager/file.c if ((operation != OP_COPY) && (get_current_type () == view_tree)) operation 3670 src/filemanager/file.c while (operation != OP_DELETE) operation 794 src/filemanager/filegui.c ctx->operation = op; operation 913 src/filemanager/filegui.c file_ui_op_dlg_callback, NULL, NULL, op_names[ctx->operation]); operation 1456 src/filemanager/filegui.c r, op_names[ctx->operation], "[Mask Copy/Rename]", operation 73 src/filemanager/filegui.h FileOperation operation;