Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dindex.c37 INDEX_ELT **the_indices = NULL; variable
133 free_index (the_indices[i]); in undefindex()
134 the_indices[i] = NULL; in undefindex()
182 new->next = the_indices[which]; in index_add_arg()
224 the_indices[which] = new; in index_add_arg()
302 the_indices = (INDEX_ELT **) in defindex()
303 xrealloc (the_indices, (1 + defined_indices) * sizeof (INDEX_ELT *)); in defindex()
313 the_indices[slot] = NULL; in defindex()
338 if (!the_indices) in init_indices()
340 the_indices = xmalloc ((1 + defined_indices) * sizeof (INDEX_ELT *)); in init_indices()
[all …]