Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dvim9type.pro12 type_T *typval2type_vimvar(typval_T *tv, garray_T *type_gap);
/vim-8.2.3635/src/
H A Dvim9type.c433 typval2type_vimvar(typval_T *tv, garray_T *type_gap) in typval2type_vimvar() function
H A Dvim9compile.c1495 type = typval2type_vimvar(get_vim_var_tv(vidx), cctx->ctx_type_list); in generate_LOADV()
6152 *type = typval2type_vimvar(vtv, cctx->ctx_type_list); in get_var_dest()