allow_retry       929 src/filemanager/file.c real_do_file_error (file_op_context_t *ctx, enum OperationMode mode, gboolean allow_retry,
allow_retry       941 src/filemanager/file.c     if (allow_retry)
allow_retry       962 src/filemanager/file.c         if (allow_retry)
allow_retry      1026 src/filemanager/file.c do_file_error (file_op_context_t *ctx, gboolean allow_retry, const char *str)
allow_retry      1038 src/filemanager/file.c         return parent_call (pntr.p, ctx, 2, sizeof (allow_retry), allow_retry, strlen (str), str);
allow_retry      1040 src/filemanager/file.c         return real_do_file_error (ctx, Foreground, allow_retry, str);
allow_retry      1088 src/filemanager/file.c do_file_error (file_op_context_t *ctx, gboolean allow_retry, const char *str)
allow_retry      1090 src/filemanager/file.c     return real_do_file_error (ctx, Foreground, allow_retry, str);
allow_retry      1116 src/filemanager/file.c files_error (file_op_context_t *ctx, gboolean allow_retry, const char *format, const char *file1,
allow_retry      1132 src/filemanager/file.c     const FileProgressStatus ret = do_file_error (ctx, allow_retry, message);
allow_retry      3710 src/filemanager/file.c file_error (file_op_context_t *ctx, gboolean allow_retry, const char *format, const char *file)
allow_retry      3712 src/filemanager/file.c     return files_error (ctx, allow_retry, format, file, "");
allow_retry        57 src/filemanager/file.h FileProgressStatus file_error (file_op_context_t *ctx, gboolean allow_retry, const char *format,