Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Devalvars.c159 #define vv_type vv_di.di_tv.v_type macro
217 if (p->vv_type != VAR_UNKNOWN) in evalvars_init()
513 if (vimvars[idx].vv_type == VAR_UNKNOWN) in prepare_vimvar()
528 if (vimvars[idx].vv_type == VAR_UNKNOWN) in restore_vimvar()
2196 vimvars[idx].vv_type = type; in set_vim_var_type()
2231 if (vimvars[idx].vv_type != tv->v_type) in set_vim_var_tv()
2361 vimvars[idx].vv_type = VAR_STRING; in set_vim_var_string()
2377 vimvars[idx].vv_type = VAR_LIST; in set_vim_var_list()
2390 vimvars[idx].vv_type = VAR_DICT; in set_vim_var_dict()
3831 if (vp->vv_type != VAR_LIST || vimvars[VV_ERRORS].vv_list == NULL) in assert_error()