Searched refs:xcachesize (Results 1 – 1 of 1) sorted by relevance
252 static int xcachesize = 0; /* how many left? */ variable262 if (xcachesize < XCACHESIZE) {264 (void) strlcpy(xcache[xcachesize++], file, (MAXBASENAME + 1));293 qsort(xcache, xcachesize, MAXBASENAME + 1, xcompare); in xsort()306 if (xcachesize > 0) {307 strlcpy(file, xcache[--xcachesize], (MAXBASENAME + 1));312 xcachesize = 0;331 if (xcachesize == 0) {348 if (xcachesize >= XCACHESIZE)