Home
last modified time | relevance | path

Searched refs:make_partial (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Duserfunc.pro59 dict_T *make_partial(dict_T *selfdict_in, typval_T *rettv);
/vim-8.2.3635/src/
H A Deval.c5926 selfdict = make_partial(selfdict, rettv); in handle_subscript()
H A Duserfunc.c5303 make_partial(dict_T *selfdict_in, typval_T *rettv) in make_partial() function
H A Dvim9execute.c4191 make_partial(dict_tv->vval.v_dict, tv); in exec_instructions()