status_before    1774 src/editor/edit.c     struct stat status_before;
status_before    1781 src/editor/edit.c     const gboolean status_before_ok = mc_stat (block_file_vpath, &status_before) == 0;
status_before    1792 src/editor/edit.c                 && (status_after.st_size != status_before.st_size
status_before    1793 src/editor/edit.c                     || status_after.st_mtime != status_before.st_mtime));