Lines Matching defs:nvcache
108 static struct Namcache nvcache;
925 nvcache.ok = 0;
1267 for(c=0,xp=nvcache.entries ; c < NVCACHE; xp= &nvcache.entries[++c])
1415 for(c=0,xp=nvcache.entries ; c < NVCACHE; xp= &nvcache.entries[++c])
1431 nvcache.ok = 1;
1436 if(np && nvcache.ok && cp[-1]!=']')
1438 xp = &nvcache.entries[nvcache.index];
1465 nvcache.index = (nvcache.index+1)&(NVCACHE-1);
1468 nvcache.ok = 0;