filesize_default_threshold  146 src/editor/edit.c static const off_t filesize_default_threshold = 64 * 1024 * 1024;  // 64 MB
filesize_default_threshold  342 src/editor/edit.c             threshold = filesize_default_threshold;