Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Ddecode.c1154 struct env_cache { struct
1155 struct env_cache *ec_next; argument
1160 static struct env_cache *env_cache_list = NULL; argument
1167 struct env_cache *ec = ecalloc(1, sizeof(struct env_cache)); in addenv_cache()
1180 struct env_cache *ec; in getenv_cache()