Home
last modified time | relevance | path

Searched refs:this_section (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dsectioning.c684 int this_section; in cm_top() local
697 this_section = what_section (input_text + input_text_offset, in cm_top()
702 if (this_section != -1) in cm_top()
703 set_top_section_level (this_section - 1); in cm_top()
H A Dnode.c545 int new_node_pos, defaulting, this_section; in cm_node() local
693 this_section = what_section (input_text + input_text_offset, NULL); in cm_node()
705 if (this_section < 0 && !STREQ (node, "Top")) in cm_node()
805 level = set_top_section_level (this_section - 1); in cm_node()
811 ref->section = this_section - 1; in cm_node()
820 if (ref->section == (this_section - 1) in cm_node()
837 while (ref->section == this_section - 1 in cm_node()
1089 if (this_section >= 0) in cm_node()
1090 current_section = this_section; in cm_node()