operation 1862 src/filemanager/file.c panel_operate_generate_prompt (const WPanel *panel, FileOperation operation, operation 1911 src/filemanager/file.c format_string = str_replace_all (cp, "%o", op_names1[(int) operation]); operation 1914 src/filemanager/file.c cp = operation == OP_DELETE ? "\n" : " "; operation 1932 src/filemanager/file.c cp = operation == OP_DELETE ? "?" : prompt_parts[5]; operation 1983 src/filemanager/file.c format = panel_operate_generate_prompt (panel, ctx->operation, src_stat); operation 2055 src/filemanager/file.c if (ctx->operation == OP_DELETE) operation 2077 src/filemanager/file.c switch (ctx->operation) operation 2148 src/filemanager/file.c if (ctx->operation == OP_DELETE) operation 2166 src/filemanager/file.c switch (ctx->operation) operation 3499 src/filemanager/file.c panel_operate (void *source_panel, FileOperation operation, gboolean force_single) operation 3539 src/filemanager/file.c ctx = file_op_context_new (operation); operation 3542 src/filemanager/file.c if (operation != OP_DELETE) operation 3568 src/filemanager/file.c g_strconcat (op_names[operation], ": ", operation 3590 src/filemanager/file.c if (operation == OP_DELETE) operation 3621 src/filemanager/file.c if ((operation != OP_COPY) && (get_current_type () == view_tree)) operation 3645 src/filemanager/file.c while (operation != OP_DELETE) operation 789 src/filemanager/filegui.c ctx->operation = op; operation 908 src/filemanager/filegui.c file_ui_op_dlg_callback, NULL, NULL, op_names[ctx->operation]); operation 1448 src/filemanager/filegui.c .title = op_names[ctx->operation], operation 73 src/filemanager/filegui.h FileOperation operation;