Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pkg_install/dist/lib/
H A Dparse-config.c64 const char *cache_index = "yes"; variable
96 { "CACHE_INDEX", &cache_index },
214 if (strcasecmp(cache_index, "yes") == 0) in pkg_install_config()
217 if (strcasecmp(cache_index, "no")) in pkg_install_config()