Searched refs:dict_alloc (Results 1 – 25 of 30) sorted by relevance
12
28 dict_alloc(void) in dict_alloc() function61 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()
394 dict = dict_alloc(); in get_win_info()439 dict = dict_alloc(); in get_tabpage_info()
176 exp_tv->vval.v_dict = dict_alloc(); in fill_assert_error()177 got_tv->vval.v_dict = dict_alloc(); in fill_assert_error()
597 dict = dict_alloc(); in get_buffer_info()
682 dict_T *dict = dict_alloc(); in add_timer_info()
995 dict = dict_alloc(); in f_getmatches()
1128 if ((dict = dict_alloc()) == NULL) in add_llist_tags()4022 if ((dict = dict_alloc()) == NULL) in get_tags()
1002 item = dict_alloc(); in trigger_complete_changed_event()2689 di = dict_alloc(); in get_complete_info()
1417 d = dict_alloc(); in add_mark()
4069 dict = dict_alloc(); in highlight_get_attr_dict()4098 dict = dict_alloc(); in highlight_get_info()
1948 d = dict_alloc(); in ruby_convert_to_vim_value()
936 dict_T *d = dict_alloc(); in f_prop_list()
1284 if ((dict = dict_alloc()) == NULL) in perl_to_vim()
4574 item = dict_alloc(); in create_readdirex_item()4631 item = dict_alloc(); in create_readdirex_item()
258 set_vim_var_dict(VV_COLORNAMES, dict_alloc()); in evalvars_init()2684 tv->vval.v_dict = dict_alloc(); in eval_variable()
223 dict = dict_alloc(); in may_record_change()
3857 tp->tp_vars = dict_alloc(); in alloc_tabpage()4977 new_wp->w_vars = dict_alloc(); in win_alloc()
1988 d = dict_alloc(); in luaV_dict()
5759 d = dict_alloc(); in f_term_getcursor()6143 dcell = dict_alloc(); in f_term_scrape()
3330 dict = dict_alloc(); in mzscheme_to_vim_impl()
3619 dict = dict_alloc(); in u_eval_tree()
4345 if ((d = dict_alloc()) == NULL) in f_getchangelist()4564 if ((d = dict_alloc()) == NULL) in f_getjumplist()
2069 buf->b_vars = dict_alloc(); in buflist_new()
1101 lp->ll_tv->vval.v_dict = dict_alloc(); in get_lval()
2 dict_T *dict_alloc(void);