Searched refs:INDEX_ALIST (Results 1 – 5 of 5) sorted by relevance
34 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()
82 } INDEX_ALIST; typedef84 extern INDEX_ALIST **name_index_alist;
762 char *name = ((INDEX_ALIST *) name_index_alist[i])->name; in handle_delayed_writes()
7018 * makeinfo.c (INDEX_ALIST): Use two indices, read_index and7021 current INDEX_ALIST struct, not the index pointing to the list of7024 INDEX_ALIST.7026 read_index from the INDEX_ALIST that matches name.7029 from the INDEX_ALIST matching name.
2379 * makeinfo/index.c: moved INDEX_ELT and INDEX_ALIST typedefs to ...