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

/ast/src/cmd/ksh93/sh/
H A Dname.c108 static struct Namcache nvcache; variable in typeref:struct:Namcache
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
[all...]

Completed in 19 milliseconds