Home
last modified time | relevance | path

Searched refs:xcachesize (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/bnu/
H A Duuxqt.c252 static int xcachesize = 0; /* how many left? */ variable
262 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)