Home
last modified time | relevance | path

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

/netbsd/external/gpl2/texinfo/dist/info/
H A Dnodes.h56 #define N_IsManPage 0x40 /* This node is a manpage. */ macro
H A Dnodes.c173 else if (file_buffer->flags & N_IsManPage) in info_get_node_of_file_buffer()
244 if (file_buffer->flags & N_IsManPage) in info_find_file_internal()
1171 if (fb->flags & N_IsManPage) in info_reload_file_buffer_contents()
H A Dman.c164 file_buffer->flags = (N_IsInternal | N_CannotGC | N_IsManPage); in create_manpage_file_buffer()
460 node->flags = (N_HasTagsTable | N_IsManPage); in manpage_node_of_file_buffer()
H A Dinfo-utils.c209 if (node->flags & N_IsManPage) in info_xrefs_of_node()
H A Dsession.c2103 if (window->node->flags & N_IsManPage) in info_menu_or_ref_item()
4267 if ((firstxref == -1) && (node->flags & N_IsManPage)) in info_move_to_xref()
4289 if ((nextxref == -1) && (node->flags & N_IsManPage) && (firstxref != -1)) in info_move_to_xref()