ctx                58 lib/event-types.h     gpointer *ctx;
ctx               245 lib/widget/wtools.c wtools_parent_call (void *routine, gpointer ctx, int argc, ...)
ctx               250 lib/widget/wtools.c     event_data.ctx = ctx;
ctx                91 src/background.c register_task_running (file_op_context_t *ctx, pid_t pid, int fd, int to_child, char *info)
ctx               104 src/background.c     add_select_channel (fd, background_attention, ctx);
ctx               192 src/background.c     file_op_context_t *ctx;
ctx               225 src/background.c     ctx = closure;
ctx               230 src/background.c         unregister_task_running (ctx->pid, fd);
ctx               232 src/background.c         if (waitpid (ctx->pid, &status, WNOHANG) == 0)
ctx               235 src/background.c             kill (ctx->pid, SIGTERM);
ctx               259 src/background.c     if (have_ctx != 0 && read (fd, ctx, sizeof (*ctx)) != sizeof (*ctx))
ctx               319 src/background.c                 result = routine.non_have_ctx0 (ctx, Background);
ctx               322 src/background.c                 result = routine.non_have_ctx1 (ctx, Background, data[0]);
ctx               325 src/background.c                 result = routine.non_have_ctx2 (ctx, Background, data[0], data[1]);
ctx               328 src/background.c                 result = routine.non_have_ctx3 (ctx, Background, data[0], data[1], data[2]);
ctx               332 src/background.c                     routine.non_have_ctx4 (ctx, Background, data[0], data[1], data[2], data[3]);
ctx               341 src/background.c             ret = write (to_child_fd, ctx, sizeof (*ctx));
ctx               408 src/background.c parent_call_header (void *routine, int argc, enum ReturnType type, file_op_context_t *ctx)
ctx               413 src/background.c     have_ctx = ctx != NULL ? 1 : 0;
ctx               420 src/background.c         ret = write (parent_fd, ctx, sizeof (*ctx));
ctx               432 src/background.c     file_op_context_t *ctx = (file_op_context_t *) data;
ctx               434 src/background.c     parent_call_header (routine, argc, Return_Integer, ctx);
ctx               447 src/background.c     if (ctx != NULL)
ctx               448 src/background.c         ret = read (from_parent_fd, ctx, sizeof (*ctx));
ctx               522 src/background.c do_background (file_op_context_t *ctx, char *info)
ctx               589 src/background.c         ctx->pid = pid;
ctx               590 src/background.c         register_task_running (ctx, pid, comm[0], back_comm[1], info);
ctx               598 src/background.c parent_call (void *routine, file_op_context_t *ctx, int argc, ...)
ctx               604 src/background.c     ret = parent_va_call (routine, (gpointer) ctx, argc, ap);
ctx               639 src/background.c         parent_va_call (event_data->routine, event_data->ctx, event_data->argc, event_data->ap);
ctx                38 src/background.h int do_background (file_op_context_t * ctx, char *info);
ctx                39 src/background.h int parent_call (void *routine, file_op_context_t * ctx, int argc, ...);
ctx                12 src/diffviewer/internal.h typedef int (*DFUNC) (void *ctx, int ch, int line, off_t off, size_t sz, const char *str);
ctx               849 src/diffviewer/ydiff.c printer_for (char ch, DFUNC printer, void *ctx, FBUF *f, int *line, off_t *off)
ctx               859 src/diffviewer/ydiff.c     printer (ctx, ch, *line, *off, sz, buf);
ctx               867 src/diffviewer/ydiff.c             printer (ctx, 0, 0, 0, 1, "\n");
ctx               871 src/diffviewer/ydiff.c         printer (ctx, 0, 0, 0, sz, buf);
ctx               893 src/diffviewer/ydiff.c dff_reparse (diff_place_t ord, const char *filename, const GArray *ops, DFUNC printer, void *ctx)
ctx               935 src/diffviewer/ydiff.c         while (line < n && printer_for (EQU_CH, printer, ctx, f, &line, &off))
ctx               943 src/diffviewer/ydiff.c                 printer (ctx, DEL_CH, 0, 0, 1, "\n");
ctx               948 src/diffviewer/ydiff.c                  n != 0 && printer_for (ADD_CH, printer, ctx, f, &line, &off); n--)
ctx               958 src/diffviewer/ydiff.c                  n != 0 && printer_for (CHG_CH, printer, ctx, f, &line, &off); n--)
ctx               965 src/diffviewer/ydiff.c                 printer (ctx, CHG_CH, 0, 0, 1, "\n");
ctx               973 src/diffviewer/ydiff.c     while (printer_for (EQU_CH, printer, ctx, f, &line, &off))
ctx              1631 src/diffviewer/ydiff.c printer (void *ctx, int ch, int line, off_t off, size_t sz, const char *str)
ctx              1633 src/diffviewer/ydiff.c     GArray *a = ((PRINTER_CTX *) ctx)->a;
ctx              1634 src/diffviewer/ydiff.c     DSRC dsrc = ((PRINTER_CTX *) ctx)->dsrc;
ctx              1675 src/diffviewer/ydiff.c         FBUF *f = ((PRINTER_CTX *) ctx)->f;
ctx              1687 src/diffviewer/ydiff.c     PRINTER_CTX ctx;
ctx              1724 src/diffviewer/ydiff.c     ctx.dsrc = dview->dsrc;
ctx              1725 src/diffviewer/ydiff.c     ctx.a = dview->a[DIFF_LEFT];
ctx              1726 src/diffviewer/ydiff.c     ctx.f = f[DIFF_LEFT];
ctx              1727 src/diffviewer/ydiff.c     rv |= dff_reparse (DIFF_LEFT, dview->file[DIFF_LEFT], ops, printer, &ctx);
ctx              1729 src/diffviewer/ydiff.c     ctx.a = dview->a[DIFF_RIGHT];
ctx              1730 src/diffviewer/ydiff.c     ctx.f = f[DIFF_RIGHT];
ctx              1731 src/diffviewer/ydiff.c     rv |= dff_reparse (DIFF_RIGHT, dview->file[DIFF_RIGHT], ops, printer, &ctx);
ctx               242 src/filemanager/file.c build_dest (file_op_context_t *ctx, const char *src, const char *dest, FileProgressStatus *status)
ctx               259 src/filemanager/file.c     if (!mc_search_run (ctx->search_handle, fnsource, 0, strlen (fnsource), NULL))
ctx               266 src/filemanager/file.c         q = mc_search_prepare_replace_str2 (ctx->search_handle, ctx->dest_mask);
ctx               267 src/filemanager/file.c         if (ctx->search_handle->error != MC_SEARCH_E_OK)
ctx               269 src/filemanager/file.c             if (ctx->search_handle->error_str != NULL)
ctx               270 src/filemanager/file.c                 message (D_ERROR, MSG_ERROR, "%s", ctx->search_handle->error_str);
ctx               282 src/filemanager/file.c         repl_dest = mc_search_prepare_replace_str2 (ctx->search_handle, dest);
ctx               283 src/filemanager/file.c         if (ctx->search_handle->error == MC_SEARCH_E_OK)
ctx               287 src/filemanager/file.c             if (ctx->search_handle->error_str != NULL)
ctx               288 src/filemanager/file.c                 message (D_ERROR, MSG_ERROR, "%s", ctx->search_handle->error_str);
ctx               504 src/filemanager/file.c make_symlink (file_op_context_t *ctx, const vfs_path_t *src_vpath, const vfs_path_t *dst_vpath)
ctx               524 src/filemanager/file.c         if (ctx->ignore_all)
ctx               530 src/filemanager/file.c                 ctx->ignore_all = TRUE;
ctx               539 src/filemanager/file.c     if (ctx->stable_symlinks && !(vfs_file_is_local (src_vpath) && vfs_file_is_local (dst_vpath)))
ctx               544 src/filemanager/file.c         ctx->stable_symlinks = FALSE;
ctx               547 src/filemanager/file.c     if (ctx->stable_symlinks && !g_path_is_absolute (link_target))
ctx               608 src/filemanager/file.c     if (ctx->ignore_all)
ctx               614 src/filemanager/file.c             ctx->ignore_all = TRUE;
ctx               748 src/filemanager/file.c                            const struct stat *source_stat, file_op_context_t *ctx,
ctx               768 src/filemanager/file.c         ctx->progress_count = 0;
ctx               769 src/filemanager/file.c         ctx->progress_bytes = 0;
ctx               772 src/filemanager/file.c             status = panel_compute_totals (panel, &dsm, &ctx->progress_count, &ctx->progress_bytes,
ctx               773 src/filemanager/file.c                                            ctx->follow_links);
ctx               775 src/filemanager/file.c                  || (ctx->follow_links
ctx               781 src/filemanager/file.c             status = do_compute_dir_size (source, &dsm, &dir_count, &ctx->progress_count,
ctx               782 src/filemanager/file.c                                           &ctx->progress_bytes, ctx->stat_func);
ctx               786 src/filemanager/file.c             ctx->progress_count++;
ctx               787 src/filemanager/file.c             ctx->progress_bytes += (uintmax_t) source_stat->st_size;
ctx               793 src/filemanager/file.c         ctx->progress_totals_computed = (status == FILE_CONT);
ctx               801 src/filemanager/file.c         ctx->progress_count = panel->marked;
ctx               802 src/filemanager/file.c         ctx->progress_bytes = panel->total;
ctx               803 src/filemanager/file.c         ctx->progress_totals_computed = verbose && dialog_type == FILEGUI_DIALOG_ONE_ITEM;
ctx               807 src/filemanager/file.c     file_op_context_destroy_ui (ctx);
ctx               809 src/filemanager/file.c     file_op_context_create_ui (ctx, TRUE, dialog_type);
ctx               817 src/filemanager/file.c progress_update_one (file_op_total_context_t *tctx, file_op_context_t *ctx, off_t add)
ctx               832 src/filemanager/file.c         if (verbose && ctx->dialog_type == FILEGUI_DIALOG_MULTI_ITEM)
ctx               834 src/filemanager/file.c             file_progress_show_count (ctx, tctx->progress_count, ctx->progress_count);
ctx               835 src/filemanager/file.c             file_progress_show_total (tctx, ctx, tctx->progress_bytes, TRUE);
ctx               841 src/filemanager/file.c     return check_progress_buttons (ctx);
ctx               976 src/filemanager/file.c real_query_recursive (file_op_context_t *ctx, enum OperationMode mode, const char *s)
ctx               978 src/filemanager/file.c     if (ctx->recursive_result < RECURSIVE_ALWAYS)
ctx               991 src/filemanager/file.c         ctx->recursive_result =
ctx               996 src/filemanager/file.c         if (ctx->recursive_result != RECURSIVE_ABORT)
ctx              1000 src/filemanager/file.c     switch (ctx->recursive_result)
ctx              1041 src/filemanager/file.c query_recursive (file_op_context_t *ctx, const char *s)
ctx              1054 src/filemanager/file.c         return parent_call (pntr.p, ctx, 1, strlen (s), s);
ctx              1056 src/filemanager/file.c         return real_query_recursive (ctx, Foreground, s);
ctx              1062 src/filemanager/file.c query_replace (file_op_context_t *ctx, const char *src, struct stat *src_stat, const char *dst,
ctx              1077 src/filemanager/file.c         return parent_call (pntr.p, ctx, 4, strlen (src), src, sizeof (struct stat), src_stat,
ctx              1080 src/filemanager/file.c         return file_progress_real_query_replace (ctx, Foreground, src, src_stat, dst, dst_stat);
ctx              1095 src/filemanager/file.c query_recursive (file_op_context_t *ctx, const char *s)
ctx              1097 src/filemanager/file.c     return real_query_recursive (ctx, Foreground, s);
ctx              1103 src/filemanager/file.c query_replace (file_op_context_t *ctx, const char *src, struct stat *src_stat, const char *dst,
ctx              1106 src/filemanager/file.c     return file_progress_real_query_replace (ctx, Foreground, src, src_stat, dst, dst_stat);
ctx              1134 src/filemanager/file.c copy_file_file_display_progress (file_op_total_context_t *tctx, file_op_context_t *ctx,
ctx              1147 src/filemanager/file.c         ctx->eta_secs = 0.0;
ctx              1149 src/filemanager/file.c         ctx->eta_secs = ((dt / (double) file_part) * file_size) - dt;
ctx              1152 src/filemanager/file.c     ctx->bps_time = MAX (1, dt);
ctx              1153 src/filemanager/file.c     ctx->bps = file_part / ctx->bps_time;
ctx              1156 src/filemanager/file.c     if (ctx->progress_bytes != 0)
ctx              1160 src/filemanager/file.c         remain_bytes = ctx->progress_bytes - tctx->copied_bytes;
ctx              1174 src/filemanager/file.c         tctx->bps = (tctx->bps * (tctx->bps_count - 1) + ctx->bps) / tctx->bps_count;
ctx              1183 src/filemanager/file.c try_remove_file (file_op_context_t *ctx, const vfs_path_t *vpath, FileProgressStatus *status)
ctx              1185 src/filemanager/file.c     while (mc_unlink (vpath) != 0 && !ctx->ignore_all)
ctx              1191 src/filemanager/file.c             ctx->ignore_all = TRUE;
ctx              1214 src/filemanager/file.c move_file_file (const WPanel *panel, file_op_total_context_t *tctx, file_op_context_t *ctx,
ctx              1226 src/filemanager/file.c     file_progress_show_source (ctx, src_vpath);
ctx              1227 src/filemanager/file.c     file_progress_show_target (ctx, dst_vpath);
ctx              1230 src/filemanager/file.c     if (check_progress_buttons (ctx) == FILE_ABORT)
ctx              1241 src/filemanager/file.c         if (ctx->ignore_all)
ctx              1247 src/filemanager/file.c                 ctx->ignore_all = TRUE;
ctx              1269 src/filemanager/file.c             return_status = query_replace (ctx, s, &src_stat, d, &dst_stat);
ctx              1276 src/filemanager/file.c     if (!ctx->do_append)
ctx              1278 src/filemanager/file.c         if (S_ISLNK (src_stat.st_mode) && ctx->stable_symlinks)
ctx              1280 src/filemanager/file.c             return_status = make_symlink (ctx, src_vpath, dst_vpath);
ctx              1283 src/filemanager/file.c                 if (ctx->preserve)
ctx              1298 src/filemanager/file.c             return_status = progress_update_one (tctx, ctx, src_stat.st_size);
ctx              1312 src/filemanager/file.c         if (ctx->ignore_all)
ctx              1318 src/filemanager/file.c                 ctx->ignore_all = TRUE;
ctx              1333 src/filemanager/file.c             panel_operate_init_totals (panel, src_vpath, &src_stat, ctx, TRUE,
ctx              1341 src/filemanager/file.c     return_status = copy_file_file (tctx, ctx, s, d);
ctx              1352 src/filemanager/file.c         file_progress_show_source (ctx, NULL);
ctx              1353 src/filemanager/file.c         file_progress_show (ctx, 0, 0, "", FALSE);
ctx              1355 src/filemanager/file.c         return_status = check_progress_buttons (ctx);
ctx              1363 src/filemanager/file.c     if (!try_remove_file (ctx, src_vpath, &return_status) && panel == NULL)
ctx              1367 src/filemanager/file.c         return_status = progress_update_one (tctx, ctx, src_stat.st_size);
ctx              1383 src/filemanager/file.c erase_file (file_op_total_context_t *tctx, file_op_context_t *ctx, const vfs_path_t *vpath)
ctx              1389 src/filemanager/file.c     if (file_progress_show_deleting (ctx, vpath, &tctx->progress_count))
ctx              1391 src/filemanager/file.c         file_progress_show_count (ctx, tctx->progress_count, ctx->progress_count);
ctx              1392 src/filemanager/file.c         if (check_progress_buttons (ctx) == FILE_ABORT)
ctx              1404 src/filemanager/file.c     if (!try_remove_file (ctx, vpath, &return_status) && return_status == FILE_ABORT)
ctx              1410 src/filemanager/file.c     return check_progress_buttons (ctx);
ctx              1416 src/filemanager/file.c try_erase_dir (file_op_context_t *ctx, const vfs_path_t *vpath)
ctx              1423 src/filemanager/file.c     while (my_rmdir (dir) != 0 && !ctx->ignore_all)
ctx              1427 src/filemanager/file.c             ctx->ignore_all = TRUE;
ctx              1444 src/filemanager/file.c recursive_erase (file_op_total_context_t *tctx, file_op_context_t *ctx, const vfs_path_t *vpath)
ctx              1470 src/filemanager/file.c             return_status = recursive_erase (tctx, ctx, tmp_vpath);
ctx              1472 src/filemanager/file.c             return_status = erase_file (tctx, ctx, tmp_vpath);
ctx              1480 src/filemanager/file.c     file_progress_show_deleting (ctx, vpath, NULL);
ctx              1481 src/filemanager/file.c     file_progress_show_count (ctx, tctx->progress_count, ctx->progress_count);
ctx              1482 src/filemanager/file.c     if (check_progress_buttons (ctx) == FILE_ABORT)
ctx              1487 src/filemanager/file.c     return try_erase_dir (ctx, vpath);
ctx              1529 src/filemanager/file.c erase_dir_iff_empty (file_op_context_t *ctx, const vfs_path_t *vpath, size_t count)
ctx              1531 src/filemanager/file.c     file_progress_show_deleting (ctx, vpath, NULL);
ctx              1532 src/filemanager/file.c     file_progress_show_count (ctx, count, ctx->progress_count);
ctx              1533 src/filemanager/file.c     if (check_progress_buttons (ctx) == FILE_ABORT)
ctx              1542 src/filemanager/file.c     return try_erase_dir (ctx, vpath);
ctx              1548 src/filemanager/file.c erase_dir_after_copy (file_op_total_context_t *tctx, file_op_context_t *ctx,
ctx              1551 src/filemanager/file.c     if (ctx->erase_at_end && erase_list != NULL)
ctx              1563 src/filemanager/file.c                 *status = erase_dir_iff_empty (ctx, lp->src_vpath, tctx->progress_count);
ctx              1565 src/filemanager/file.c                 *status = erase_file (tctx, ctx, lp->src_vpath);
ctx              1574 src/filemanager/file.c     erase_dir_iff_empty (ctx, vpath, tctx->progress_count);
ctx              1593 src/filemanager/file.c do_move_dir_dir (const WPanel *panel, file_op_total_context_t *tctx, file_op_context_t *ctx,
ctx              1605 src/filemanager/file.c     file_progress_show_source (ctx, src_vpath);
ctx              1606 src/filemanager/file.c     file_progress_show_target (ctx, dst_vpath);
ctx              1609 src/filemanager/file.c     if (panel != NULL && check_progress_buttons (ctx) == FILE_ABORT)
ctx              1626 src/filemanager/file.c     else if (!ctx->dive_into_subdirs)
ctx              1650 src/filemanager/file.c                     panel_operate_init_totals (panel, src_vpath, &src_stat, ctx, TRUE,
ctx              1656 src/filemanager/file.c             return_status = copy_dir_dir (tctx, ctx, s, d, FALSE, TRUE, TRUE, NULL);
ctx              1662 src/filemanager/file.c         else if (ctx->ignore_all)
ctx              1671 src/filemanager/file.c                 ctx->ignore_all = TRUE;
ctx              1688 src/filemanager/file.c         if (!ctx->ignore_all)
ctx              1692 src/filemanager/file.c                 ctx->ignore_all = TRUE;
ctx              1705 src/filemanager/file.c             panel_operate_init_totals (panel, src_vpath, &src_stat, ctx, TRUE,
ctx              1711 src/filemanager/file.c     return_status = copy_dir_dir (tctx, ctx, s, d, FALSE, FALSE, TRUE, NULL);
ctx              1721 src/filemanager/file.c         file_progress_show_source (ctx, NULL);
ctx              1722 src/filemanager/file.c         file_progress_show_target (ctx, NULL);
ctx              1723 src/filemanager/file.c         file_progress_show (ctx, 0, 0, "", FALSE);
ctx              1725 src/filemanager/file.c         return_status = check_progress_buttons (ctx);
ctx              1732 src/filemanager/file.c     erase_dir_after_copy (tctx, ctx, src_vpath, &return_status);
ctx              1926 src/filemanager/file.c                       struct stat *src_stat, file_op_context_t *ctx, gboolean *do_bg)
ctx              1965 src/filemanager/file.c     format = panel_operate_generate_prompt (panel, ctx->operation, src_stat);
ctx              1967 src/filemanager/file.c     ret = file_mask_dialog (ctx, source != NULL, format,
ctx              2015 src/filemanager/file.c operate_single_file (const WPanel *panel, file_op_total_context_t *tctx, file_op_context_t *ctx,
ctx              2035 src/filemanager/file.c         is_file = !(is_link && ctx->follow_links);
ctx              2038 src/filemanager/file.c     if (ctx->operation == OP_DELETE)
ctx              2040 src/filemanager/file.c         value = panel_operate_init_totals (panel, src_vpath, src_stat, ctx, !is_file, dialog_type);
ctx              2044 src/filemanager/file.c                 value = erase_file (tctx, ctx, src_vpath);
ctx              2046 src/filemanager/file.c                 value = erase_dir (tctx, ctx, src_vpath);
ctx              2055 src/filemanager/file.c         temp = build_dest (ctx, src, dest, &value);
ctx              2060 src/filemanager/file.c             switch (ctx->operation)
ctx              2064 src/filemanager/file.c                 ctx->stat_func (src_vpath, src_stat);
ctx              2067 src/filemanager/file.c                     panel_operate_init_totals (panel, src_vpath, src_stat, ctx, !is_file,
ctx              2078 src/filemanager/file.c                         is_file = !(is_link && ctx->follow_links);
ctx              2082 src/filemanager/file.c                         value = copy_file_file (tctx, ctx, src, dest);
ctx              2084 src/filemanager/file.c                         value = copy_dir_dir (tctx, ctx, src, dest, TRUE, FALSE, FALSE, NULL);
ctx              2093 src/filemanager/file.c                     file_op_context_create_ui (ctx, TRUE, FILEGUI_DIALOG_ONE_ITEM);
ctx              2096 src/filemanager/file.c                     value = move_file_file (panel, tctx, ctx, src, dest);
ctx              2098 src/filemanager/file.c                     value = do_move_dir_dir (panel, tctx, ctx, src, dest);
ctx              2118 src/filemanager/file.c operate_one_file (const WPanel *panel, file_op_total_context_t *tctx, file_op_context_t *ctx,
ctx              2132 src/filemanager/file.c     if (ctx->operation == OP_DELETE)
ctx              2135 src/filemanager/file.c             value = erase_file (tctx, ctx, src_vpath);
ctx              2137 src/filemanager/file.c             value = erase_dir (tctx, ctx, src_vpath);
ctx              2145 src/filemanager/file.c         temp = build_dest (ctx, src, dest, &value);
ctx              2150 src/filemanager/file.c             switch (ctx->operation)
ctx              2154 src/filemanager/file.c                 ctx->stat_func (src_vpath, src_stat);
ctx              2158 src/filemanager/file.c                     value = copy_file_file (tctx, ctx, src, dest);
ctx              2160 src/filemanager/file.c                     value = copy_dir_dir (tctx, ctx, src, dest, TRUE, FALSE, FALSE, NULL);
ctx              2166 src/filemanager/file.c                     value = move_file_file (NULL, tctx, ctx, src, dest);
ctx              2168 src/filemanager/file.c                     value = do_move_dir_dir (NULL, tctx, ctx, src, dest);
ctx              2189 src/filemanager/file.c end_bg_process (file_op_context_t *ctx, enum OperationMode mode)
ctx              2191 src/filemanager/file.c     int pid = ctx->pid;
ctx              2194 src/filemanager/file.c     ctx->pid = 0;
ctx              2263 src/filemanager/file.c copy_file_file (file_op_total_context_t *tctx, file_op_context_t *ctx,
ctx              2274 src/filemanager/file.c     gboolean attrs_ok = ctx->preserve;
ctx              2287 src/filemanager/file.c     if (ctx->do_reget < 0)
ctx              2288 src/filemanager/file.c         ctx->do_reget = 0;
ctx              2295 src/filemanager/file.c     file_progress_show_source (ctx, src_vpath);
ctx              2296 src/filemanager/file.c     file_progress_show_target (ctx, dst_vpath);
ctx              2298 src/filemanager/file.c     if (check_progress_buttons (ctx) == FILE_ABORT)
ctx              2310 src/filemanager/file.c             if (ctx->ignore_all)
ctx              2317 src/filemanager/file.c                     ctx->ignore_all = TRUE;
ctx              2328 src/filemanager/file.c     while ((*ctx->stat_func) (src_vpath, &src_stat) != 0)
ctx              2330 src/filemanager/file.c         if (ctx->ignore_all)
ctx              2336 src/filemanager/file.c                 ctx->ignore_all = TRUE;
ctx              2350 src/filemanager/file.c         else if (ctx->ignore_all)
ctx              2358 src/filemanager/file.c                 ctx->ignore_all = TRUE;
ctx              2379 src/filemanager/file.c             ctx->do_reget = 0;
ctx              2380 src/filemanager/file.c             return_status = query_replace (ctx, src_path, &src_stat, dst_path, &dst_stat);
ctx              2388 src/filemanager/file.c     if (!ctx->do_append)
ctx              2391 src/filemanager/file.c         if (!ctx->follow_links)
ctx              2393 src/filemanager/file.c             switch (check_hardlinks (src_vpath, &src_stat, dst_vpath, &ctx->ignore_all))
ctx              2411 src/filemanager/file.c             return_status = make_symlink (ctx, src_vpath, dst_vpath);
ctx              2412 src/filemanager/file.c             if (return_status == FILE_CONT && ctx->preserve)
ctx              2416 src/filemanager/file.c                 while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all)
ctx              2424 src/filemanager/file.c                         ctx->ignore_all = TRUE;
ctx              2450 src/filemanager/file.c             while (mc_mknod (dst_vpath, src_stat.st_mode & ctx->umask_kill, rdev) < 0
ctx              2451 src/filemanager/file.c                    && !ctx->ignore_all)
ctx              2458 src/filemanager/file.c                     ctx->ignore_all = TRUE;
ctx              2463 src/filemanager/file.c             while (ctx->preserve_uidgid
ctx              2465 src/filemanager/file.c                    && !ctx->ignore_all)
ctx              2471 src/filemanager/file.c                     ctx->ignore_all = TRUE;
ctx              2479 src/filemanager/file.c             while (ctx->preserve && mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill) != 0
ctx              2480 src/filemanager/file.c                    && !ctx->ignore_all)
ctx              2486 src/filemanager/file.c                     ctx->ignore_all = TRUE;
ctx              2494 src/filemanager/file.c             while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all)
ctx              2508 src/filemanager/file.c                     ctx->ignore_all = TRUE;
ctx              2527 src/filemanager/file.c     while ((src_desc = mc_open (src_vpath, O_RDONLY | O_LINEAR)) < 0 && !ctx->ignore_all)
ctx              2533 src/filemanager/file.c             ctx->ignore_all = TRUE;
ctx              2536 src/filemanager/file.c         ctx->do_append = FALSE;
ctx              2540 src/filemanager/file.c     if (ctx->do_reget != 0 && mc_lseek (src_desc, ctx->do_reget, SEEK_SET) != ctx->do_reget)
ctx              2543 src/filemanager/file.c         ctx->do_reget = 0;
ctx              2544 src/filemanager/file.c         ctx->do_append = FALSE;
ctx              2549 src/filemanager/file.c         if (ctx->ignore_all)
ctx              2557 src/filemanager/file.c                 ctx->ignore_all = TRUE;
ctx              2558 src/filemanager/file.c             ctx->do_append = FALSE;
ctx              2571 src/filemanager/file.c     else if (ctx->do_append)
ctx              2580 src/filemanager/file.c             if (ctx->ignore_all)
ctx              2589 src/filemanager/file.c                     ctx->ignore_all = TRUE;
ctx              2590 src/filemanager/file.c                 ctx->do_append = FALSE;
ctx              2599 src/filemanager/file.c     appending = ctx->do_append;
ctx              2600 src/filemanager/file.c     ctx->do_append = FALSE;
ctx              2613 src/filemanager/file.c         if (ctx->ignore_all)
ctx              2621 src/filemanager/file.c                 ctx->ignore_all = TRUE;
ctx              2630 src/filemanager/file.c         if (ctx->ignore_all)
ctx              2641 src/filemanager/file.c             ctx->ignore_all = TRUE;
ctx              2643 src/filemanager/file.c         if (ctx->ignore_all || return_status == FILE_IGNORE)
ctx              2662 src/filemanager/file.c     ctx->eta_secs = 0.0;
ctx              2663 src/filemanager/file.c     ctx->bps = 0;
ctx              2666 src/filemanager/file.c         file_progress_show (ctx, 0, file_size, "", TRUE);
ctx              2668 src/filemanager/file.c         file_progress_show (ctx, 1, 1, "", TRUE);
ctx              2669 src/filemanager/file.c     return_status = check_progress_buttons (ctx);
ctx              2694 src/filemanager/file.c                 while ((n_read = mc_read (src_desc, buf, bufsize)) < 0 && !ctx->ignore_all)
ctx              2701 src/filemanager/file.c                         ctx->ignore_all = TRUE;
ctx              2732 src/filemanager/file.c                     if (ctx->ignore_all)
ctx              2746 src/filemanager/file.c                         ctx->ignore_all = TRUE;
ctx              2755 src/filemanager/file.c             tctx->copied_bytes = tctx->progress_bytes + file_part + ctx->do_reget;
ctx              2762 src/filemanager/file.c                 copy_file_file_display_progress (tctx, ctx, tv_current, tv_transfer_start,
ctx              2774 src/filemanager/file.c             if (verbose && ctx->dialog_type == FILEGUI_DIALOG_MULTI_ITEM)
ctx              2776 src/filemanager/file.c                 file_progress_show_count (ctx, tctx->progress_count, ctx->progress_count);
ctx              2777 src/filemanager/file.c                 file_progress_show_total (tctx, ctx, tctx->copied_bytes, force_update);
ctx              2780 src/filemanager/file.c             file_progress_show (ctx, file_part + ctx->do_reget, file_size, stalled_msg,
ctx              2784 src/filemanager/file.c             return_status = check_progress_buttons (ctx);
ctx              2821 src/filemanager/file.c     while (src_desc != -1 && mc_close (src_desc) < 0 && !ctx->ignore_all)
ctx              2829 src/filemanager/file.c             ctx->ignore_all = TRUE;
ctx              2833 src/filemanager/file.c     while (dest_desc != -1 && mc_close (dest_desc) < 0 && !ctx->ignore_all)
ctx              2839 src/filemanager/file.c             ctx->ignore_all = TRUE;
ctx              2860 src/filemanager/file.c         while (ctx->preserve_uidgid && mc_chown (dst_vpath, src_uid, src_gid) != 0
ctx              2861 src/filemanager/file.c                && !ctx->ignore_all)
ctx              2873 src/filemanager/file.c                 ctx->ignore_all = TRUE;
ctx              2881 src/filemanager/file.c         while (ctx->preserve && mc_chmod (dst_vpath, (src_mode & ctx->umask_kill)) != 0
ctx              2882 src/filemanager/file.c                && !ctx->ignore_all)
ctx              2894 src/filemanager/file.c                 ctx->ignore_all = TRUE;
ctx              2902 src/filemanager/file.c         if (!ctx->preserve && !dst_exists)
ctx              2907 src/filemanager/file.c             mc_chmod (dst_vpath, (src_mode & ctx->umask_kill));
ctx              2916 src/filemanager/file.c         while (attrs_ok && mc_fsetflags (dst_vpath, attrs) != 0 && !ctx->ignore_all)
ctx              2939 src/filemanager/file.c                 ctx->ignore_all = TRUE;
ctx              2949 src/filemanager/file.c         return_status = progress_update_one (tctx, ctx, file_size);
ctx              2966 src/filemanager/file.c copy_dir_dir (file_op_total_context_t *tctx, file_op_context_t *ctx, const char *s, const char *d,
ctx              2972 src/filemanager/file.c     gboolean attrs_ok = ctx->preserve;
ctx              2985 src/filemanager/file.c     while ((*ctx->stat_func) (src_vpath, &src_stat) != 0)
ctx              2987 src/filemanager/file.c         if (ctx->ignore_all)
ctx              2993 src/filemanager/file.c                 ctx->ignore_all = TRUE;
ctx              3007 src/filemanager/file.c         else if (ctx->ignore_all)
ctx              3015 src/filemanager/file.c                 ctx->ignore_all = TRUE;
ctx              3039 src/filemanager/file.c     if (ctx->preserve)
ctx              3041 src/filemanager/file.c         switch (check_hardlinks (src_vpath, &src_stat, dst_vpath, &ctx->ignore_all))
ctx              3058 src/filemanager/file.c         if (ctx->ignore_all)
ctx              3066 src/filemanager/file.c                 ctx->ignore_all = TRUE;
ctx              3108 src/filemanager/file.c             if (ctx->ignore_all)
ctx              3115 src/filemanager/file.c                     ctx->ignore_all = TRUE;
ctx              3122 src/filemanager/file.c         if (toplevel && ctx->dive_into_subdirs)
ctx              3139 src/filemanager/file.c         while (my_mkdir (dst_vpath, (src_stat.st_mode & ctx->umask_kill) | S_IRWXU) != 0)
ctx              3141 src/filemanager/file.c             if (ctx->ignore_all)
ctx              3148 src/filemanager/file.c                     ctx->ignore_all = TRUE;
ctx              3162 src/filemanager/file.c     if (ctx->preserve_uidgid)
ctx              3166 src/filemanager/file.c             if (ctx->ignore_all)
ctx              3172 src/filemanager/file.c                     ctx->ignore_all = TRUE;
ctx              3199 src/filemanager/file.c         (*ctx->stat_func) (tmp_vpath, &dst_stat);
ctx              3212 src/filemanager/file.c                 copy_dir_dir (tctx, ctx, path, mdpath, FALSE, FALSE, do_delete, parent_dirs);
ctx              3220 src/filemanager/file.c             return_status = copy_file_file (tctx, ctx, path, dest_file);
ctx              3228 src/filemanager/file.c             if (ctx->erase_at_end)
ctx              3240 src/filemanager/file.c                 return_status = erase_dir_iff_empty (ctx, tmp_vpath, tctx->progress_count);
ctx              3242 src/filemanager/file.c                 return_status = erase_file (tctx, ctx, tmp_vpath);
ctx              3248 src/filemanager/file.c     if (ctx->preserve)
ctx              3252 src/filemanager/file.c         mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill);
ctx              3265 src/filemanager/file.c         mc_chmod (dst_vpath, src_stat.st_mode & ctx->umask_kill);
ctx              3283 src/filemanager/file.c move_dir_dir (file_op_total_context_t *tctx, file_op_context_t *ctx, const char *s, const char *d)
ctx              3285 src/filemanager/file.c     return do_move_dir_dir (NULL, tctx, ctx, s, d);
ctx              3294 src/filemanager/file.c erase_dir (file_op_total_context_t *tctx, file_op_context_t *ctx, const vfs_path_t *vpath)
ctx              3296 src/filemanager/file.c     file_progress_show_deleting (ctx, vpath, NULL);
ctx              3297 src/filemanager/file.c     file_progress_show_count (ctx, tctx->progress_count, ctx->progress_count);
ctx              3298 src/filemanager/file.c     if (check_progress_buttons (ctx) == FILE_ABORT)
ctx              3314 src/filemanager/file.c         error = query_recursive (ctx, vfs_path_as_str (vpath));
ctx              3316 src/filemanager/file.c             error = recursive_erase (tctx, ctx, vpath);
ctx              3320 src/filemanager/file.c     return try_erase_dir (ctx, vpath);
ctx              3467 src/filemanager/file.c     file_op_context_t *ctx;
ctx              3494 src/filemanager/file.c     ctx = file_op_context_new (operation);
ctx              3499 src/filemanager/file.c         dest = do_confirm_copy_move (panel, force_single, source, &src_stat, ctx, &do_bg);
ctx              3523 src/filemanager/file.c         v = do_background (ctx,
ctx              3592 src/filemanager/file.c         value = operate_single_file (panel, tctx, ctx, source, &src_stat, dest, dialog_type);
ctx              3611 src/filemanager/file.c             if (ctx->ignore_all
ctx              3622 src/filemanager/file.c         if (panel_operate_init_totals (panel, NULL, NULL, ctx, file_op_compute_totals, dialog_type)
ctx              3636 src/filemanager/file.c                 value = operate_one_file (panel, tctx, ctx, source2, &src_stat, dest);
ctx              3644 src/filemanager/file.c                 if (verbose && ctx->dialog_type == FILEGUI_DIALOG_MULTI_ITEM)
ctx              3646 src/filemanager/file.c                     file_progress_show_count (ctx, tctx->progress_count, ctx->progress_count);
ctx              3647 src/filemanager/file.c                     file_progress_show_total (tctx, ctx, tctx->progress_bytes, FALSE);
ctx              3651 src/filemanager/file.c                     file_progress_show (ctx, 0, 0, "", FALSE);
ctx              3653 src/filemanager/file.c                 if (check_progress_buttons (ctx) == FILE_ABORT)
ctx              3679 src/filemanager/file.c     MC_PTR_FREE (ctx->dest_mask);
ctx              3687 src/filemanager/file.c         ctx->pid = getpid ();
ctx              3688 src/filemanager/file.c         parent_call ((void *) end_bg_process, ctx, 0);
ctx              3697 src/filemanager/file.c     file_op_context_destroy (ctx);
ctx                44 src/filemanager/file.h FileProgressStatus copy_file_file (file_op_total_context_t * tctx, file_op_context_t * ctx,
ctx                46 src/filemanager/file.h FileProgressStatus move_dir_dir (file_op_total_context_t * tctx, file_op_context_t * ctx,
ctx                48 src/filemanager/file.h FileProgressStatus copy_dir_dir (file_op_total_context_t * tctx, file_op_context_t * ctx,
ctx                52 src/filemanager/file.h FileProgressStatus erase_dir (file_op_total_context_t * tctx, file_op_context_t * ctx,
ctx               423 src/filemanager/filegui.c overwrite_query_dialog (file_op_context_t *ctx, enum OperationMode mode)
ctx               508 src/filemanager/filegui.c     file_op_context_ui_t *ui = ctx->ui;
ctx               767 src/filemanager/filegui.c check_progress_buttons (file_op_context_t *ctx)
ctx               773 src/filemanager/filegui.c     if (ctx == NULL || ctx->ui == NULL)
ctx               776 src/filemanager/filegui.c     ui = ctx->ui;
ctx               780 src/filemanager/filegui.c     c = tty_get_event (&event, FALSE, ctx->suspended);
ctx               791 src/filemanager/filegui.c         if (ctx->suspended)
ctx               797 src/filemanager/filegui.c         ctx->suspended = FALSE;
ctx               801 src/filemanager/filegui.c         ctx->suspended = FALSE;
ctx               804 src/filemanager/filegui.c         ctx->suspended = !ctx->suspended;
ctx               805 src/filemanager/filegui.c         place_progress_buttons (ui->op_dlg, ctx->suspended);
ctx               809 src/filemanager/filegui.c         if (ctx->suspended)
ctx               819 src/filemanager/filegui.c file_op_context_create_ui (file_op_context_t *ctx, gboolean with_eta,
ctx               830 src/filemanager/filegui.c     if (ctx == NULL || ctx->ui != NULL)
ctx               843 src/filemanager/filegui.c     ctx->dialog_type = dialog_type;
ctx               844 src/filemanager/filegui.c     ctx->recursive_result = RECURSIVE_YES;
ctx               845 src/filemanager/filegui.c     ctx->ui = g_new0 (file_op_context_ui_t, 1);
ctx               847 src/filemanager/filegui.c     ui = ctx->ui;
ctx               851 src/filemanager/filegui.c                              file_ui_op_dlg_callback, NULL, NULL, op_names[ctx->operation]);
ctx               857 src/filemanager/filegui.c         ui->showing_eta = with_eta && ctx->progress_totals_computed;
ctx               885 src/filemanager/filegui.c             if (ctx->progress_totals_computed)
ctx               969 src/filemanager/filegui.c file_op_context_destroy_ui (file_op_context_t *ctx)
ctx               971 src/filemanager/filegui.c     if (ctx != NULL && ctx->ui != NULL)
ctx               973 src/filemanager/filegui.c         file_op_context_ui_t *ui = (file_op_context_ui_t *) ctx->ui;
ctx               977 src/filemanager/filegui.c         MC_PTR_FREE (ctx->ui);
ctx               987 src/filemanager/filegui.c file_progress_show (file_op_context_t *ctx, off_t done, off_t total,
ctx               992 src/filemanager/filegui.c     if (!verbose || ctx == NULL || ctx->ui == NULL)
ctx               995 src/filemanager/filegui.c     ui = ctx->ui;
ctx              1009 src/filemanager/filegui.c     if (!ui->showing_eta || ctx->eta_secs <= 0.5)
ctx              1015 src/filemanager/filegui.c         file_eta_prepare_for_show (buffer2, ctx->eta_secs, FALSE);
ctx              1016 src/filemanager/filegui.c         if (ctx->bps == 0)
ctx              1022 src/filemanager/filegui.c             file_bps_prepare_for_show (buffer3, ctx->bps);
ctx              1032 src/filemanager/filegui.c file_progress_show_count (file_op_context_t *ctx, size_t done, size_t total)
ctx              1036 src/filemanager/filegui.c     if (ctx == NULL || ctx->ui == NULL)
ctx              1039 src/filemanager/filegui.c     ui = ctx->ui;
ctx              1044 src/filemanager/filegui.c     if (ctx->progress_totals_computed)
ctx              1054 src/filemanager/filegui.c file_progress_show_total (file_op_total_context_t *tctx, file_op_context_t *ctx,
ctx              1061 src/filemanager/filegui.c     if (ctx == NULL || ctx->ui == NULL)
ctx              1064 src/filemanager/filegui.c     ui = ctx->ui;
ctx              1068 src/filemanager/filegui.c         if (ctx->progress_bytes == 0)
ctx              1073 src/filemanager/filegui.c                              (int) (1024 * copied_bytes / ctx->progress_bytes));
ctx              1089 src/filemanager/filegui.c         if (ctx->progress_totals_computed)
ctx              1116 src/filemanager/filegui.c         if (!ctx->progress_totals_computed)
ctx              1120 src/filemanager/filegui.c             size_trunc_len (buffer3, 5, ctx->progress_bytes, 0, panels_options.kilobyte_si);
ctx              1131 src/filemanager/filegui.c file_progress_show_source (file_op_context_t *ctx, const vfs_path_t *vpath)
ctx              1135 src/filemanager/filegui.c     if (ctx == NULL || ctx->ui == NULL)
ctx              1138 src/filemanager/filegui.c     ui = ctx->ui;
ctx              1155 src/filemanager/filegui.c file_progress_show_target (file_op_context_t *ctx, const vfs_path_t *vpath)
ctx              1159 src/filemanager/filegui.c     if (ctx == NULL || ctx->ui == NULL)
ctx              1162 src/filemanager/filegui.c     ui = ctx->ui;
ctx              1179 src/filemanager/filegui.c file_progress_show_deleting (file_op_context_t *ctx, const vfs_path_t *vpath, size_t *count)
ctx              1187 src/filemanager/filegui.c     if (ctx == NULL || ctx->ui == NULL)
ctx              1197 src/filemanager/filegui.c         ui = ctx->ui;
ctx              1215 src/filemanager/filegui.c file_progress_real_query_replace (file_op_context_t *ctx, enum OperationMode mode,
ctx              1222 src/filemanager/filegui.c     if (ctx == NULL || ctx->ui == NULL)
ctx              1225 src/filemanager/filegui.c     ui = ctx->ui;
ctx              1234 src/filemanager/filegui.c         ui->replace_result = overwrite_query_dialog (ctx, mode);
ctx              1269 src/filemanager/filegui.c         ctx->do_reget = dst_stat->st_size;
ctx              1273 src/filemanager/filegui.c         ctx->do_append = TRUE;
ctx              1294 src/filemanager/filegui.c file_mask_dialog (file_op_context_t *ctx, gboolean only_one, const char *format, const void *text,
ctx              1306 src/filemanager/filegui.c     if (ctx == NULL)
ctx              1312 src/filemanager/filegui.c     ctx->stable_symlinks = FALSE;
ctx              1375 src/filemanager/filegui.c                 QUICK_CHECKBOX (N_("Follow &links"), &ctx->follow_links, NULL),
ctx              1378 src/filemanager/filegui.c                 QUICK_CHECKBOX (N_("Di&ve into subdir if exists"), &ctx->dive_into_subdirs, NULL),
ctx              1379 src/filemanager/filegui.c                 QUICK_CHECKBOX (N_("&Stable symlinks"), &ctx->stable_symlinks, NULL),
ctx              1394 src/filemanager/filegui.c             r, op_names[ctx->operation], "[Mask Copy/Rename]",
ctx              1408 src/filemanager/filegui.c             ctx->stat_func = ctx->follow_links ? mc_stat : mc_lstat;
ctx              1412 src/filemanager/filegui.c                 ctx->preserve = TRUE;
ctx              1413 src/filemanager/filegui.c                 ctx->umask_kill = (mode_t) (~0);
ctx              1414 src/filemanager/filegui.c                 ctx->preserve_uidgid = (geteuid () == 0);
ctx              1420 src/filemanager/filegui.c                 ctx->preserve = ctx->preserve_uidgid = FALSE;
ctx              1423 src/filemanager/filegui.c                 ctx->umask_kill = i2 ^ ((mode_t) (~0));
ctx              1434 src/filemanager/filegui.c             ctx->search_handle = mc_search_new (source_mask, NULL);
ctx              1435 src/filemanager/filegui.c             if (ctx->search_handle != NULL)
ctx              1446 src/filemanager/filegui.c         ctx->search_handle->is_case_sensitive = TRUE;
ctx              1448 src/filemanager/filegui.c             ctx->search_handle->search_type = MC_SEARCH_T_GLOB;
ctx              1450 src/filemanager/filegui.c             ctx->search_handle->search_type = MC_SEARCH_T_REGEX;
ctx              1457 src/filemanager/filegui.c         ctx->dest_mask = strrchr (dest_dir, PATH_SEP);
ctx              1458 src/filemanager/filegui.c         if (ctx->dest_mask == NULL)
ctx              1459 src/filemanager/filegui.c             ctx->dest_mask = dest_dir;
ctx              1461 src/filemanager/filegui.c             ctx->dest_mask++;
ctx              1463 src/filemanager/filegui.c         orig_mask = ctx->dest_mask;
ctx              1465 src/filemanager/filegui.c         if (*ctx->dest_mask == '\0'
ctx              1466 src/filemanager/filegui.c             || (!ctx->dive_into_subdirs && !is_wildcarded (ctx->dest_mask)
ctx              1469 src/filemanager/filegui.c             || (ctx->dive_into_subdirs
ctx              1470 src/filemanager/filegui.c                 && ((!only_one && !is_wildcarded (ctx->dest_mask))
ctx              1472 src/filemanager/filegui.c             ctx->dest_mask = g_strdup ("\\0");
ctx              1475 src/filemanager/filegui.c             ctx->dest_mask = g_strdup (ctx->dest_mask);
ctx                21 src/filemanager/filegui.h void file_op_context_create_ui (file_op_context_t * ctx, gboolean with_eta,
ctx                23 src/filemanager/filegui.h void file_op_context_destroy_ui (file_op_context_t * ctx);
ctx                25 src/filemanager/filegui.h char *file_mask_dialog (file_op_context_t * ctx, gboolean only_one, const char *format,
ctx                28 src/filemanager/filegui.h FileProgressStatus check_progress_buttons (file_op_context_t * ctx);
ctx                30 src/filemanager/filegui.h void file_progress_show (file_op_context_t * ctx, off_t done, off_t total,
ctx                32 src/filemanager/filegui.h void file_progress_show_count (file_op_context_t * ctx, size_t done, size_t total);
ctx                33 src/filemanager/filegui.h void file_progress_show_total (file_op_total_context_t * tctx, file_op_context_t * ctx,
ctx                35 src/filemanager/filegui.h void file_progress_show_source (file_op_context_t * ctx, const vfs_path_t * vpath);
ctx                36 src/filemanager/filegui.h void file_progress_show_target (file_op_context_t * ctx, const vfs_path_t * vpath);
ctx                37 src/filemanager/filegui.h gboolean file_progress_show_deleting (file_op_context_t * ctx, const vfs_path_t * vpath,
ctx                71 src/filemanager/fileopctx.c     file_op_context_t *ctx;
ctx                73 src/filemanager/fileopctx.c     ctx = g_new0 (file_op_context_t, 1);
ctx                74 src/filemanager/fileopctx.c     ctx->operation = op;
ctx                75 src/filemanager/fileopctx.c     ctx->eta_secs = 0.0;
ctx                76 src/filemanager/fileopctx.c     ctx->progress_bytes = 0;
ctx                77 src/filemanager/fileopctx.c     ctx->do_reget = -1;
ctx                78 src/filemanager/fileopctx.c     ctx->stat_func = mc_lstat;
ctx                79 src/filemanager/fileopctx.c     ctx->preserve = TRUE;
ctx                80 src/filemanager/fileopctx.c     ctx->preserve_uidgid = (geteuid () == 0);
ctx                81 src/filemanager/fileopctx.c     ctx->umask_kill = (mode_t) (~0);
ctx                82 src/filemanager/fileopctx.c     ctx->erase_at_end = TRUE;
ctx                83 src/filemanager/fileopctx.c     ctx->ignore_all = FALSE;
ctx                85 src/filemanager/fileopctx.c     return ctx;
ctx                98 src/filemanager/fileopctx.c file_op_context_destroy (file_op_context_t *ctx)
ctx               100 src/filemanager/fileopctx.c     if (ctx != NULL)
ctx               102 src/filemanager/fileopctx.c         file_op_context_destroy_ui (ctx);
ctx               103 src/filemanager/fileopctx.c         mc_search_free (ctx->search_handle);
ctx               104 src/filemanager/fileopctx.c         g_free (ctx);
ctx               180 src/filemanager/fileopctx.h void file_op_context_destroy (file_op_context_t * ctx);
ctx               186 src/filemanager/fileopctx.h FileProgressStatus file_progress_real_query_replace (file_op_context_t * ctx,
ctx               725 src/filemanager/tree.c         file_op_context_t *ctx;
ctx               728 src/filemanager/tree.c         ctx = file_op_context_new (OP_COPY);
ctx               730 src/filemanager/tree.c         file_op_context_create_ui (ctx, FALSE, FILEGUI_DIALOG_MULTI_ITEM);
ctx               732 src/filemanager/tree.c         copy_dir_dir (tctx, ctx, vfs_path_as_str (tree->selected_ptr->name), dest, TRUE, FALSE,
ctx               735 src/filemanager/tree.c         file_op_context_destroy (ctx);
ctx               772 src/filemanager/tree.c             file_op_context_t *ctx;
ctx               775 src/filemanager/tree.c             ctx = file_op_context_new (OP_MOVE);
ctx               777 src/filemanager/tree.c             file_op_context_create_ui (ctx, FALSE, FILEGUI_DIALOG_ONE_ITEM);
ctx               778 src/filemanager/tree.c             move_dir_dir (tctx, ctx, vfs_path_as_str (tree->selected_ptr->name), dest);
ctx               780 src/filemanager/tree.c             file_op_context_destroy (ctx);
ctx               813 src/filemanager/tree.c     file_op_context_t *ctx;
ctx               832 src/filemanager/tree.c     ctx = file_op_context_new (OP_DELETE);
ctx               835 src/filemanager/tree.c     file_op_context_create_ui (ctx, FALSE, FILEGUI_DIALOG_ONE_ITEM);
ctx               836 src/filemanager/tree.c     if (erase_dir (tctx, ctx, tree->selected_ptr->name) == FILE_CONT)
ctx               839 src/filemanager/tree.c     file_op_context_destroy (ctx);
ctx                57 src/util.c             file_op_context_t *ctx;
ctx                63 src/util.c             ctx = file_op_context_new (OP_COPY);
ctx                65 src/util.c             file_op_context_create_ui (ctx, 0, FALSE);
ctx                66 src/util.c             copy_file_file (tctx, ctx, vfs_path_as_str (default_file_vpath),
ctx                69 src/util.c             file_op_context_destroy (ctx);