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

/xsrc/external/mit/xkbcomp/dist/
H A Dlisting.c139 static int szMapOnly; variable in typeref:typename:int
150 if (nMapOnly >= szMapOnly)
152 if (szMapOnly < 1)
153 szMapOnly = 5;
155 szMapOnly *= 2;
156 mapOnly = reallocarray(list, szMapOnly, sizeof(char *));

Completed in 2 milliseconds