Home
last modified time | relevance | path

Searched refs:dict_alloc (Results 1 – 25 of 30) sorted by relevance

12

/vim-8.2.3635/src/
H A Ddict.c28 dict_alloc(void) in dict_alloc() function
61 return (dict_alloc()); in dict_alloc_id()
67 dict_T *d = dict_alloc(); in dict_alloc_lock()
300 copy = dict_alloc(); in dict_copy()
916 d = dict_alloc(); in eval_dict()
H A Devalwindow.c394 dict = dict_alloc(); in get_win_info()
439 dict = dict_alloc(); in get_tabpage_info()
H A Dtesting.c176 exp_tv->vval.v_dict = dict_alloc(); in fill_assert_error()
177 got_tv->vval.v_dict = dict_alloc(); in fill_assert_error()
H A Devalbuffer.c597 dict = dict_alloc(); in get_buffer_info()
H A Dtime.c682 dict_T *dict = dict_alloc(); in add_timer_info()
H A Dmatch.c995 dict = dict_alloc(); in f_getmatches()
H A Dtag.c1128 if ((dict = dict_alloc()) == NULL) in add_llist_tags()
4022 if ((dict = dict_alloc()) == NULL) in get_tags()
H A Dinsexpand.c1002 item = dict_alloc(); in trigger_complete_changed_event()
2689 di = dict_alloc(); in get_complete_info()
H A Dmark.c1417 d = dict_alloc(); in add_mark()
H A Dhighlight.c4069 dict = dict_alloc(); in highlight_get_attr_dict()
4098 dict = dict_alloc(); in highlight_get_info()
H A Dif_ruby.c1948 d = dict_alloc(); in ruby_convert_to_vim_value()
H A Dtextprop.c936 dict_T *d = dict_alloc(); in f_prop_list()
H A Dif_perl.xs1284 if ((dict = dict_alloc()) == NULL) in perl_to_vim()
H A Dfileio.c4574 item = dict_alloc(); in create_readdirex_item()
4631 item = dict_alloc(); in create_readdirex_item()
H A Devalvars.c258 set_vim_var_dict(VV_COLORNAMES, dict_alloc()); in evalvars_init()
2684 tv->vval.v_dict = dict_alloc(); in eval_variable()
H A Dchange.c223 dict = dict_alloc(); in may_record_change()
H A Dwindow.c3857 tp->tp_vars = dict_alloc(); in alloc_tabpage()
4977 new_wp->w_vars = dict_alloc(); in win_alloc()
H A Dif_lua.c1988 d = dict_alloc(); in luaV_dict()
H A Dterminal.c5759 d = dict_alloc(); in f_term_getcursor()
6143 dcell = dict_alloc(); in f_term_scrape()
H A Dif_mzsch.c3330 dict = dict_alloc(); in mzscheme_to_vim_impl()
H A Dundo.c3619 dict = dict_alloc(); in u_eval_tree()
H A Devalfunc.c4345 if ((d = dict_alloc()) == NULL) in f_getchangelist()
4564 if ((d = dict_alloc()) == NULL) in f_getjumplist()
H A Dbuffer.c2069 buf->b_vars = dict_alloc(); in buflist_new()
H A Deval.c1101 lp->ll_tv->vval.v_dict = dict_alloc(); in get_lval()
/vim-8.2.3635/src/proto/
H A Ddict.pro2 dict_T *dict_alloc(void);

12