Searched defs:nvcache (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dname.c107 static struct Namcache nvcache; variable in typeref:struct:Namcache
873 nvcache.ok = 0;
1193 for(c=0,xp=nvcache.entries ; c < NVCACHE; xp= &nvcache.entries[++c])
1333 for(c=0,xp=nvcache.entries ; c < NVCACHE; xp= &nvcache.entries[++c])
1349 nvcache.ok = 1;
1354 if(np && nvcache.ok && cp[-1]!=']')
1356 xp = &nvcache.entries[nvcache
[all...]

Completed in 29 milliseconds