Searched refs:N_IsCompressed (Results 1 – 4 of 4) sorted by relevance
374 file_buffer->flags |= N_IsCompressed; in info_load_file_internal()976 if (subfile->flags & N_IsCompressed) in info_node_of_file_buffer_tags()977 node->flags |= N_IsCompressed; in info_node_of_file_buffer_tags()1173 fb->flags &= ~N_IsCompressed; in info_reload_file_buffer_contents()1180 fb->flags |= N_IsCompressed; in info_reload_file_buffer_contents()
51 #define N_IsCompressed 0x08 /* The file is compressed on disk. */ macro
1162 (node && (node->flags & N_IsCompressed)) ? "zz" : "--", in window_make_modeline()
4192 if ((fb->flags & N_IsCompressed) && !gc_compressed_files) in info_gc_file_buffers()