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

/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/
H A Dsectioning.c688 int this_section;
701 this_section = what_section (input_text + input_text_offset,
706 if (this_section != -1)
707 set_top_section_level (this_section - 1);
684 int this_section; local
H A Dnode.c549 int new_node_pos, defaulting, this_section;
697 this_section = what_section (input_text + input_text_offset, NULL);
709 if (this_section < 0 && !STREQ (node, "Top"))
809 level = set_top_section_level (this_section - 1);
815 ref->section = this_section - 1;
824 if (ref->section == (this_section - 1)
841 while (ref->section == this_section - 1
1093 if (this_section >= 0)
1094 current_section = this_section;
545 int new_node_pos, defaulting, this_section; local

Completed in 114 milliseconds