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

/xsrc/external/mit/xkbcomp/dist/
H A Dlisting.c129 static int szListing = 0; variable in typeref:typename:int
170 if (nListed >= szListing)
172 if (szListing < 1)
173 szListing = 10;
175 szListing *= 2;
176 list = reallocarray(list, szListing, sizeof(Listing));

Completed in 3 milliseconds