Searched refs:section_alist (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/
H A Dsectioning.c34 section_alist_type section_alist[] = { variable
145 for (i = 0; section_alist[i].name; i++)
146 if (strcmp (section_alist[i].name, "top") == 0)
148 result = section_alist[i].level;
149 section_alist[i].level = level;
156 /* return the index of the given sectioning command in section_alist */
167 for (i = 0; (t = section_alist[i].name); i++)
179 specified in section_alist). We take into account any @lowersections
219 return_val = section_alist[index].level + section_alist_offset;
228 int alist_size = sizeof (section_alist) / sizeo
[all...]
H A Dsectioning.h93 extern section_alist_type section_alist[];
H A Dnode.c714 for (i = 0; section_alist[i].name; i++)
715 if (section_alist[i].level == current_section + 1)
717 polite_section_name = section_alist[i].name;

Completed in 117 milliseconds