Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dtoc.c41 static int toc_counter = 0; variable
57 (toc_counter + 1) * sizeof (TOC_ENTRY_ELT *)); 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()
134 return toc_counter++; in toc_add_entry()
[all …]