Searched refs:N_IsCompressed (Results 1 – 5 of 5) sorted by relevance
376 file_buffer->flags |= N_IsCompressed; in info_load_file_internal()978 if (subfile->flags & N_IsCompressed) in info_node_of_file_buffer_tags()979 node->flags |= N_IsCompressed; in info_node_of_file_buffer_tags()1175 fb->flags &= ~N_IsCompressed; in info_reload_file_buffer_contents()1182 fb->flags |= N_IsCompressed; in info_reload_file_buffer_contents()
53 #define N_IsCompressed 0x08 /* The file is compressed on disk. */ macro
1164 (node && (node->flags & N_IsCompressed)) ? "zz" : "--", in window_make_modeline()
4194 if ((fb->flags & N_IsCompressed) && !gc_compressed_files) in info_gc_file_buffers()
9263 N_IsCompressed and display "zz" in the modeline if the node comes