Home
last modified time | relevance | path

Searched defs:ht (Results 1 – 19 of 19) sorted by relevance

/vim-8.2.3635/src/
H A Dhashtab.c65 hash_init(hashtab_T *ht) in hash_init()
78 hash_clear(hashtab_T *ht) in hash_clear()
91 hash_clear_all(hashtab_T *ht, int off) in hash_clear_all()
118 hash_find(hashtab_T *ht, char_u *key) in hash_find()
207 hash_add(hashtab_T *ht, char_u *key) in hash_add()
229 hashtab_T *ht, in hash_add_item()
272 hash_remove(hashtab_T *ht, hashitem_T *hi) in hash_remove()
286 hash_lock(hashtab_T *ht) in hash_lock()
297 hash_lock_size(hashtab_T *ht, int size) in hash_lock_size()
309 hash_unlock(hashtab_T *ht) in hash_unlock()
[all …]
H A Dmemfile_test.c34 mf_hashtab_T ht; in test_mf_hash() local
H A Devalvars.c1116 hashtab_T *ht, in list_hashtable_vars()
1737 hashtab_T *ht; in do_unlet() local
2051 hashtab_T *ht; in get_user_var_name() local
2572 hashtab_T *ht = NULL; in eval_variable() local
2724 hashtab_T *ht; in check_vars() local
2753 hashtab_T *ht; in find_var() local
2796 hashtab_T *ht, in find_var_in_ht()
2933 hashtab_T *ht; in find_var_ht() local
3070 vars_clear(hashtab_T *ht) in vars_clear()
3112 delete_var(hashtab_T *ht, hashitem_T *hi) in delete_var()
[all …]
H A Dtextprop.c61 hashtab_T *ht; in find_prop_hi() local
572 find_type_by_id(hashtab_T *ht, int id) in find_type_by_id()
1262 hashtab_T *ht; in f_prop_type_delete() local
1325 list_types(hashtab_T *ht, list_T *l) in list_types()
1375 clear_ht_prop_types(hashtab_T *ht) in clear_ht_prop_types()
H A Dvim9script.c90 hashtab_T *ht = &SCRIPT_VARS(sid); in ex_vim9script() local
267 hashtab_T *ht = &si->sn_all_vars.dv_hashtab; in free_all_script_vars() local
H A Duserfunc.c1559 hashtab_T *ht; in deref_func_name() local
4229 hashtab_T *ht; in define_function() local
5544 get_current_funccal_dict(hashtab_T *ht) in get_current_funccal_dict()
5559 hashtab_T *ht; in find_hi_in_scoped_ht() local
5597 hashtab_T *ht; in find_var_in_scoped_ht() local
H A Dvim9execute.c2095 hashtab_T *ht = &SCRIPT_VARS( in exec_instructions() local
2123 hashtab_T *ht = NULL; in exec_instructions() local
2266 hashtab_T *ht = &SCRIPT_VARS( in exec_instructions() local
2379 hashtab_T *ht; in exec_instructions() local
H A Dspellfile.c3457 hashtab_T *ht; in spell_free_aff() local
3495 hashtab_T ht; in spell_read_dic() local
3828 hashtab_T *ht, in store_aff_word()
4674 hashtab_T ht; in wordtree_compress() local
4716 hashtab_T *ht, in node_compress()
H A Dsyntax.c3247 hashtab_T *ht; in check_keyword_id() local
4255 hashtab_T *ht, in syn_list_keywords()
4351 syn_clear_keyword(int id, hashtab_T *ht) in syn_clear_keyword()
4401 clear_keywtab(hashtab_T *ht) in clear_keywtab()
4440 hashtab_T *ht; in add_keyword() local
H A Ddict.c119 hashtab_free_contents(hashtab_T *ht) in hashtab_free_contents()
H A Dscriptfile.c1301 hashtab_T *ht; in do_source() local
H A Deval.c834 hashtab_T *ht = NULL; in get_lval() local
4630 set_ref_in_ht(hashtab_T *ht, int copyID, list_stack_T **list_stack) in set_ref_in_ht()
H A Dif_ruby.c1213 hashtab_T *ht = &tv->vval.v_dict->dv_hashtab; in vim_to_ruby() local
H A Dlist.c2264 hashtab_T *ht; in filter_map() local
H A Dif_py_both.h812 hashtab_T *ht; in VimToPython() local
1842 hashtab_T *ht; in DictionaryIter() local
H A Dif_lua.c1084 hashtab_T *ht = &d->dv_hashtab; in luaV_dict_call() local
H A Dvim9compile.c423 hashtab_T *ht = &SCRIPT_VARS(current_sctx.sc_sid); in script_var_exists() local
2547 hashtab_T *ht; in get_script_item_idx() local
H A Dif_mzsch.c3063 hashtab_T *ht = &vim_value->vval.v_dict->dv_hashtab; in vim_to_mzscheme_impl() local
H A Dstructs.h2460 hashtab_T *ht; member