Home
last modified time | relevance | path

Searched refs:N_CannotGC (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/texinfo/info/
Ddir.c88 if (dir_buffer->flags & N_CannotGC) in maybe_build_dir_node()
160 dir_buffer->flags |= N_CannotGC; in maybe_build_dir_node()
Dnodes.h53 #define N_CannotGC 0x20 /* File buffer cannot be gc'ed. */ macro
Dman.c162 file_buffer->flags = (N_IsInternal | N_CannotGC | N_IsManPage); in create_manpage_file_buffer()
Dsession.c4196 if (fb->flags & N_CannotGC) in info_gc_file_buffers()