Searched refs:htp (Results 1 – 3 of 3) sorted by relevance
1125 hashtab_T **htp; in prop_type_set() local1138 htp = buf == NULL ? &global_proptypes : &buf->b_proptypes; in prop_type_set()1139 if (*htp == NULL) in prop_type_set()1141 *htp = ALLOC_ONE(hashtab_T); in prop_type_set()1142 if (*htp == NULL) in prop_type_set()1147 hash_init(*htp); in prop_type_set()1149 hash_add(*htp, PT2HIKEY(prop)); in prop_type_set()
2750 find_var(char_u *name, hashtab_T **htp, int no_autoload) in find_var() argument2757 if (htp != NULL) in find_var()2758 *htp = ht; in find_var()2779 if (htp != NULL) in find_var()2780 *htp = ht; in find_var()
61 dictitem_T *find_var(char_u *name, hashtab_T **htp, int no_autoload);