Home
last modified time | relevance | path

Searched refs:N_IsCompressed (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dnodes.c376 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()
H A Dnodes.h53 #define N_IsCompressed 0x08 /* The file is compressed on disk. */ macro
H A Dwindow.c1164 (node && (node->flags & N_IsCompressed)) ? "zz" : "--", in window_make_modeline()
H A Dsession.c4194 if ((fb->flags & N_IsCompressed) && !gc_compressed_files) in info_gc_file_buffers()
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.469263 N_IsCompressed and display "zz" in the modeline if the node comes