allow_retry       942 src/filemanager/file.c real_do_file_error (file_op_context_t *ctx, enum OperationMode mode, gboolean allow_retry,
allow_retry       954 src/filemanager/file.c     if (allow_retry)
allow_retry       975 src/filemanager/file.c         if (allow_retry)
allow_retry      1039 src/filemanager/file.c do_file_error (file_op_context_t *ctx, gboolean allow_retry, const char *str)
allow_retry      1052 src/filemanager/file.c         return parent_call (pntr.p, ctx, 2, sizeof (allow_retry), allow_retry, strlen (str), str);
allow_retry      1054 src/filemanager/file.c         return real_do_file_error (ctx, Foreground, allow_retry, str);
allow_retry      1106 src/filemanager/file.c do_file_error (file_op_context_t *ctx, gboolean allow_retry, const char *str)
allow_retry      1108 src/filemanager/file.c     return real_do_file_error (ctx, Foreground, allow_retry, str);
allow_retry      3732 src/filemanager/file.c file_error (file_op_context_t *ctx, gboolean allow_retry, const char *format, const char *file)
allow_retry      3738 src/filemanager/file.c     return do_file_error (ctx, allow_retry, buf);
allow_retry        57 src/filemanager/file.h FileProgressStatus file_error (file_op_context_t *ctx, gboolean allow_retry, const char *format,