Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dtoc.c38 static TOC_ENTRY_ELT **toc_entry_alist = NULL; variable
56 toc_entry_alist = xrealloc (toc_entry_alist, in toc_add_entry()
59 toc_entry_alist[toc_counter] = xmalloc (sizeof (TOC_ENTRY_ELT)); in toc_add_entry()
117 toc_entry_alist[toc_counter]->name = tocname_and_node; in toc_add_entry()
120 toc_entry_alist[toc_counter]->name = tocname; in toc_add_entry()
128 toc_entry_alist[toc_counter]->containing_node = xstrdup (node_name); in toc_add_entry()
129 toc_entry_alist[toc_counter]->level = level; in toc_add_entry()
130 toc_entry_alist[toc_counter]->number = toc_counter; in toc_add_entry()
131 toc_entry_alist[toc_counter]->html_file = filename; in toc_add_entry()
158 if (STREQ (node, toc_entry_alist[i]->containing_node)) in toc_find_section_of_node()
[all …]
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.462257 from toc_entry_alist[i]->name: take only the node name from the
2258 string in toc_entry_alist[i]->name. Fix comparison with "Top".