block_file       1806 src/editor/edit.c     char *block_file;
block_file       1813 src/editor/edit.c     block_file = mc_config_get_full_path (EDIT_HOME_BLOCK_FILE);
block_file       1814 src/editor/edit.c     block_file_vpath = vfs_path_from_str (block_file);
block_file       1818 src/editor/edit.c         edit_save_block (edit, block_file, start_mark, end_mark);
block_file       1840 src/editor/edit.c         fd = fopen (block_file, "w");
block_file       1844 src/editor/edit.c     g_free (block_file);