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

/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptget.c3914 Optcache_t* pcache; local
3949 for (pcache = 0, cache = opt_info.state->cache; cache; pcache = cache, cache = cache->next)
3954 if (pcache)
3956 pcache->next = cache->next;

Completed in 452 milliseconds