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

/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dmacro.c56 int macro_list_size = 0; /* Number of slots in total. */ variable
116 if (macro_list_len + 2 >= macro_list_size)
118 (macro_list, ((macro_list_size += 10) * sizeof (MACRO_DEF *)));

Completed in 77 milliseconds