Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dvim9type.pro14 int check_typval_type(type_T *expected, typval_T *actual_tv, where_T where);
/vim-8.2.3635/src/
H A Dvim9type.c453 return check_typval_type(expected, actual_tv, where); in check_typval_arg_type()
461 check_typval_type(type_T *expected, typval_T *actual_tv, where_T where) in check_typval_type() function
H A Dvim9script.c1017 ret = check_typval_type(sv->sv_type, value, where); in check_script_var_type()
H A Devalvars.c3279 if (check_typval_type(sv->sv_type, tv, where) == FAIL in set_var_const()
H A Dvim9execute.c4238 if (check_typval_type(ct->ct_type, tv, ectx->ec_where) in exec_instructions()
H A Dvim9compile.c2860 return check_typval_type(&t_bool, tv, where); in check_ppconst_bool()