OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:the_indices
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl2/texinfo/dist/makeinfo/
index.c
39
INDEX_ELT **
the_indices
= NULL;
variable
138
free_index (
the_indices
[i]);
139
the_indices
[i] = NULL;
188
new->next =
the_indices
[which];
230
the_indices
[which] = new;
309
the_indices
= (INDEX_ELT **)
310
xrealloc (
the_indices
, (1 + defined_indices) * sizeof (INDEX_ELT *));
320
the_indices
[slot] = NULL;
346
if (!
the_indices
)
348
the_indices
= xmalloc ((1 + defined_indices) * sizeof (INDEX_ELT *))
[
all
...]
Completed in 19 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026