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

/freebsd-10.2-release/contrib/texinfo/makeinfo/
H A Dindex.h80 } INDEX_ALIST; typedef in typeref:struct:__anon4805
82 extern INDEX_ALIST **name_index_alist;
H A Dindex.c32 INDEX_ALIST **name_index_alist = NULL;
71 static INDEX_ALIST *
151 INDEX_ALIST *tem;
304 name_index_alist = (INDEX_ALIST **)
306 * sizeof (INDEX_ALIST *));
312 name_index_alist[slot] = xmalloc (sizeof (INDEX_ALIST));
350 * sizeof (INDEX_ALIST *));
390 INDEX_ALIST *which = find_index (name);
H A Dfiles.c765 char *name = ((INDEX_ALIST *) name_index_alist[i])->name;

Completed in 34 milliseconds