Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_mzsch.c2958 vim_to_mzscheme(typval_T *vim_value) in vim_to_mzscheme() argument
3002 else if (vim_value->v_type == VAR_STRING) in vim_to_mzscheme_impl()
3013 else if (vim_value->v_type == VAR_FLOAT) in vim_to_mzscheme_impl()
3019 else if (vim_value->v_type == VAR_LIST) in vim_to_mzscheme_impl()
3021 list_T *list = vim_value->vval.v_list; in vim_to_mzscheme_impl()
3049 else if (vim_value->v_type == VAR_DICT) in vim_to_mzscheme_impl()
3061 if (vim_value->vval.v_dict != NULL) in vim_to_mzscheme_impl()
3085 else if (vim_value->v_type == VAR_FUNC) in vim_to_mzscheme_impl()
3104 if (vim_value->vval.v_partial == NULL) in vim_to_mzscheme_impl()
3126 else if (vim_value->v_type == VAR_BOOL || vim_value->v_type == VAR_SPECIAL) in vim_to_mzscheme_impl()
[all …]