Home
last modified time | relevance | path

Searched defs:dict_get_tv (Results 1 – 2 of 2) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Ddict.c650 dict_get_tv(dict_T *d, char_u *key, typval_T *rettv) in dict_get_tv() function
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Deval.c5704 static int dict_get_tv(char_u **arg, typval_T *rettv, int evaluate, bool literal) in dict_get_tv() function