Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/texinfo/info/
Dnodes.h51 #define N_IsCompressed 0x08 /* The file is compressed on disk. */ macro
Dnodes.c374 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()
Dwindow.c1162 (node && (node->flags & N_IsCompressed)) ? "zz" : "--", in window_make_modeline()
Dsession.c4194 if ((fb->flags & N_IsCompressed) && !gc_compressed_files) in info_gc_file_buffers()
/openbsd/src/gnu/usr.bin/texinfo/
DChangeLog.469263 N_IsCompressed and display "zz" in the modeline if the node comes