Home
last modified time | relevance | path

Searched refs:dict_remove (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Ddict.pro47 void dict_remove(typval_T *argvars, typval_T *rettv, char_u *arg_errmsg);
/vim-8.2.3635/src/
H A Ddict.c1347 dict_remove(typval_T *argvars, typval_T *rettv, char_u *arg_errmsg) in dict_remove() function
H A Dlist.c3102 dict_remove(argvars, rettv, arg_errmsg); in f_remove()