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

/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c1013 Cache *_cache_def, *_cache_need, *_cache_sym, *_cache_loc; local
1171 _cache_def = _cache_need = _cache_sym = _cache_loc = NULL;
1211 _cache_loc = _cache;
1220 if (lflag && (_cache_loc == NULL)) {
1265 if (_cache_loc)
1266 sym_local(cache, _cache_loc, file);

Completed in 80 milliseconds