Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dindex.c34 INDEX_ALIST **name_index_alist = NULL;
72 static INDEX_ALIST *
149 INDEX_ALIST *tem; in index_add_arg()
301 name_index_alist = (INDEX_ALIST **) in defindex()
303 * sizeof (INDEX_ALIST *)); in defindex()
309 name_index_alist[slot] = xmalloc (sizeof (INDEX_ALIST)); in defindex()
346 * sizeof (INDEX_ALIST *)); in init_indices()
386 INDEX_ALIST *which = find_index (name); in translate_index()
H A Dindex.h82 } INDEX_ALIST; typedef
84 extern INDEX_ALIST **name_index_alist;
H A Dfiles.c762 char *name = ((INDEX_ALIST *) name_index_alist[i])->name; in handle_delayed_writes()
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.467018 * makeinfo.c (INDEX_ALIST): Use two indices, read_index and
7021 current INDEX_ALIST struct, not the index pointing to the list of
7024 INDEX_ALIST.
7026 read_index from the INDEX_ALIST that matches name.
7029 from the INDEX_ALIST matching name.
H A DChangeLog2379 * makeinfo/index.c: moved INDEX_ELT and INDEX_ALIST typedefs to ...