Searched refs:xcachesize (Results 1 – 1 of 1) sorted by relevance
250 static int xcachesize = 0; /* how many left? */ variable260 if (xcachesize < XCACHESIZE) {262 (void) strlcpy(xcache[xcachesize++], file, (MAXBASENAME + 1));291 qsort(xcache, xcachesize, MAXBASENAME + 1, xcompare); in xsort()304 if (xcachesize > 0) {305 strlcpy(file, xcache[--xcachesize], (MAXBASENAME + 1));310 xcachesize = 0;329 if (xcachesize == 0) {346 if (xcachesize >= XCACHESIZE)