Home
last modified time | relevance | path

Searched defs:envht (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/watchman/watchman-4.5.0/
H A Denvp.c105 void w_envp_set_bool(w_ht_t *envht, const char *key, bool val) in w_envp_set_bool()
114 void w_envp_unset(w_ht_t *envht, const char *key) in w_envp_unset()
123 void w_envp_set(w_ht_t *envht, const char *key, w_string_t *val) in w_envp_set()
132 void w_envp_set_cstring(w_ht_t *envht, const char *key, const char *val) in w_envp_set_cstring()
H A Dwatchman.h952 w_ht_t *envht; member