Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9script.c696 *type = sv->sv_type; in find_exported()
902 sv->sv_type = *type; in update_vim9_script_var()
1017 ret = check_typval_type(sv->sv_type, value, where); in check_script_var_type()
1018 if (ret == OK && need_convert_to_bool(sv->sv_type, value)) in check_script_var_type()
H A Devalvars.c2639 type = sv->sv_type; in eval_variable()
2678 type = sv->sv_type; in eval_variable()
3279 if (check_typval_type(sv->sv_type, tv, where) == FAIL in set_var_const()
H A Dstructs.h1809 type_T *sv_type; member
H A Duserfunc.c1603 *type = sv->sv_type; in deref_func_name()
1644 *type = sv->sv_type; in deref_func_name()
H A Dvim9compile.c3029 current_sctx.sc_sid, idx, sv->sv_type); in compile_load_scriptvar()
6417 lhs->lhs_type = sv->sv_type; in compile_lhs()
H A Deval.c988 lp->ll_valtype = sv->sv_type; in get_lval()
H A Dvim9execute.c1348 if (!equal_type(sv->sv_type, sref->sref_type, 0)) in get_script_svar()