Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/texinfo/makeinfo/
Dtoc.c39 static int toc_counter = 0; variable
55 (toc_counter + 1) * sizeof (TOC_ENTRY_ELT *)); in toc_add_entry()
57 toc_entry_alist[toc_counter] = xmalloc (sizeof (TOC_ENTRY_ELT)); in toc_add_entry()
115 toc_entry_alist[toc_counter]->name = tocname_and_node; in toc_add_entry()
118 toc_entry_alist[toc_counter]->name = tocname; in toc_add_entry()
126 toc_entry_alist[toc_counter]->containing_node = xstrdup (node_name); in toc_add_entry()
127 toc_entry_alist[toc_counter]->level = level; in toc_add_entry()
128 toc_entry_alist[toc_counter]->number = toc_counter; in toc_add_entry()
129 toc_entry_alist[toc_counter]->html_file = filename; in toc_add_entry()
132 return toc_counter++; in toc_add_entry()
[all …]