Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A Dsectioning.c683 int this_section; in cm_top() local
696 this_section = what_section (input_text + input_text_offset, in cm_top()
701 if (this_section != -1) in cm_top()
702 set_top_section_level (this_section - 1); in cm_top()
H A Dnode.c543 int new_node_pos, defaulting, this_section; in cm_node() local
691 this_section = what_section (input_text + input_text_offset, NULL); in cm_node()
703 if (this_section < 0 && !STREQ (node, "Top")) in cm_node()
803 level = set_top_section_level (this_section - 1); in cm_node()
809 ref->section = this_section - 1; in cm_node()
818 if (ref->section == (this_section - 1) in cm_node()
835 while (ref->section == this_section - 1 in cm_node()
1087 if (this_section >= 0) in cm_node()
1088 current_section = this_section; in cm_node()