Searched refs:vim_value (Results 1 – 1 of 1) sorted by relevance
2958 vim_to_mzscheme(typval_T *vim_value) in vim_to_mzscheme() argument3002 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 …]