Searched refs:check_typval_type (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | vim9type.pro | 14 int check_typval_type(type_T *expected, typval_T *actual_tv, where_T where);
|
| /vim-8.2.3635/src/ |
| H A D | vim9type.c | 453 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 D | vim9script.c | 1017 ret = check_typval_type(sv->sv_type, value, where); in check_script_var_type()
|
| H A D | evalvars.c | 3279 if (check_typval_type(sv->sv_type, tv, where) == FAIL in set_var_const()
|
| H A D | vim9execute.c | 4238 if (check_typval_type(ct->ct_type, tv, ectx->ec_where) in exec_instructions()
|
| H A D | vim9compile.c | 2860 return check_typval_type(&t_bool, tv, where); in check_ppconst_bool()
|