Lines Matching defs:he

141   struct HashElem *he = mutt_hash_typed_insert(cs->hash, cdef->name, cdef->type, cdef);  in reg_one_var()  local
189 struct HashElem *cs_get_base(struct HashElem *he) in cs_get_base()
209 struct HashElem *he = mutt_hash_find_elem(cs->hash, name); in cs_get_elem() local
316 struct HashElem *he = mutt_hash_typed_insert(cs->hash, i->name, DT_INHERITED, i); in cs_inherit_variable() local
346 int cs_he_reset(const struct ConfigSet *cs, struct HashElem *he, struct Buffer *err) in cs_he_reset()
398 struct HashElem *he = cs_get_elem(cs, name); in cs_str_reset() local
416 int cs_he_initial_set(const struct ConfigSet *cs, struct HashElem *he, in cs_he_initial_set()
464 struct HashElem *he = cs_get_elem(cs, name); in cs_str_initial_set() local
484 int cs_he_initial_get(const struct ConfigSet *cs, struct HashElem *he, struct Buffer *result) in cs_he_initial_get()
525 struct HashElem *he = cs_get_elem(cs, name); in cs_str_initial_get() local
543 int cs_he_string_set(const struct ConfigSet *cs, struct HashElem *he, in cs_he_string_set()
601 struct HashElem *he = cs_get_elem(cs, name); in cs_str_string_set() local
618 int cs_he_string_get(const struct ConfigSet *cs, struct HashElem *he, struct Buffer *result) in cs_he_string_get()
667 struct HashElem *he = cs_get_elem(cs, name); in cs_str_string_get() local
685 int cs_he_native_set(const struct ConfigSet *cs, struct HashElem *he, in cs_he_native_set()
743 struct HashElem *he = cs_get_elem(cs, name); in cs_str_native_set() local
790 intptr_t cs_he_native_get(const struct ConfigSet *cs, struct HashElem *he, struct Buffer *err) in cs_he_native_get()
846 struct HashElem *he = cs_get_elem(cs, name); in cs_str_native_get() local
858 int cs_he_string_plus_equals(const struct ConfigSet *cs, struct HashElem *he, in cs_he_string_plus_equals()
923 struct HashElem *he = cs_get_elem(cs, name); in cs_str_string_plus_equals() local
941 int cs_he_string_minus_equals(const struct ConfigSet *cs, struct HashElem *he, in cs_he_string_minus_equals()
1006 struct HashElem *he = cs_get_elem(cs, name); in cs_str_string_minus_equals() local