Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/
H A DMakefile.com31 cplmatch.o pcache.o version.o chrqueue.o ioutil.o errmsg.o
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptget.c4282 Optcache_t* pcache; in optget() local
4315 for (pcache = 0, cache = state.cache; cache; pcache = cache, cache = cache->next) in optget()
4320 if (pcache) in optget()
4322 pcache->next = cache->next; in optget()