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

/freebsd-10.3-release/contrib/texinfo/makeinfo/
H A Dtoc.h34 } TOC_ENTRY_ELT; typedef in typeref:struct:toc_entry_elt
H A Dtoc.c36 static TOC_ENTRY_ELT **toc_entry_alist = NULL;
56 (toc_counter + 1) * sizeof (TOC_ENTRY_ELT *));
58 toc_entry_alist[toc_counter] = xmalloc (sizeof (TOC_ENTRY_ELT));

Completed in 51 milliseconds