Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dname.c39 #define NVCACHE 8 /* must be a power of 2 */ macro
93 #if NVCACHE
107 } entries[NVCACHE];
929 #if NVCACHE in nv_create()
1269 #if NVCACHE in nv_delete()
1272 for(c=0,xp=nvcache.entries ; c < NVCACHE; xp= &nvcache.entries[++c]) in nv_delete()
1355 #if NVCACHE in nv_open()
1429 #if NVCACHE in nv_open()
1430 for(c=0,xp=nvcache.entries ; c < NVCACHE; xp= &nvcache.entries[++c]) in nv_open()
1450 #if NVCACHE in nv_open()
[all …]