operation 1865 src/filemanager/file.c panel_operate_generate_prompt (const WPanel *panel, FileOperation operation, operation 1914 src/filemanager/file.c format_string = str_replace_all (cp, "%o", op_names1[(int) operation]); operation 1917 src/filemanager/file.c cp = operation == OP_DELETE ? "\n" : " "; operation 1935 src/filemanager/file.c cp = operation == OP_DELETE ? "?" : prompt_parts[5]; operation 1986 src/filemanager/file.c format = panel_operate_generate_prompt (panel, ctx->operation, src_stat); operation 2058 src/filemanager/file.c if (ctx->operation == OP_DELETE) operation 2080 src/filemanager/file.c switch (ctx->operation) operation 2151 src/filemanager/file.c if (ctx->operation == OP_DELETE) operation 2169 src/filemanager/file.c switch (ctx->operation) operation 3490 src/filemanager/file.c panel_operate (void *source_panel, FileOperation operation, gboolean force_single) operation 3522 src/filemanager/file.c ctx = file_op_context_new (operation); operation 3525 src/filemanager/file.c if (operation != OP_DELETE) operation 3551 src/filemanager/file.c g_strconcat (op_names[operation], ": ", operation 3573 src/filemanager/file.c if (operation == OP_DELETE) operation 3604 src/filemanager/file.c if ((operation != OP_COPY) && (get_current_type () == view_tree)) operation 3628 src/filemanager/file.c while (operation != OP_DELETE) operation 785 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 1428 src/filemanager/filegui.c .title = op_names[ctx->operation], operation 73 src/filemanager/filegui.h FileOperation operation;