Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dnavigate.c91 static int maxURLCache=(-1), curURLCache=0; variable
377 if (maxURLCache == (-1)) { in InitURLCache()
380 maxURLCache = 40; in InitURLCache()
382 maxURLCache = atoi(c_ptr); in InitURLCache()
383 if (maxURLCache < 0) { in InitURLCache()
386 maxURLCache = 40; in InitURLCache()
506 if (curURLCache >= maxURLCache) {