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

/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dmacro.c45 static ITEXT **itext_info = NULL; variable
799 if (!itext_info)
801 itext_info = xmalloc ((itext_size = 10) * sizeof (ITEXT *));
803 itext_info[i] = NULL;
808 if ((itext_info[i]) &&
809 (itext_info[i]->pointer == pointer))
811 itext = itext_info[i];
812 itext_info[i]->offset = offset;
821 if (itext_info[i] == NULL)
829 itext_info
[all...]

Completed in 122 milliseconds