Home
last modified time | relevance | path

Searched refs:where_T (Results 1 – 9 of 9) 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);
17 void type_mismatch_where(type_T *expected, type_T *actual, where_T where);
18 int check_type(type_T *expected, type_T *actual, int give_msg, where_T where);
H A Dvim9script.pro19 int check_script_var_type(typval_T *dest, typval_T *value, char_u *name, where_T where);
/vim-8.2.3635/src/
H A Dvim9type.c449 where_T where = WHERE_INIT; in check_typval_arg_type()
461 check_typval_type(type_T *expected, typval_T *actual_tv, where_T where) in check_typval_type()
494 where_T where = WHERE_INIT; in arg_type_mismatch()
501 type_mismatch_where(type_T *expected, type_T *actual, where_T where) in type_mismatch_where()
536 check_type(type_T *expected, type_T *actual, int give_msg, where_T where) in check_type()
H A Dvim9script.c1005 where_T where) in check_script_var_type()
H A Dvim9compile.c1057 where_T where, in need_type_where()
1098 where_T where = WHERE_INIT; in need_type()
2858 where_T where = WHERE_INIT; in check_ppconst_bool()
4926 where_T where = WHERE_INIT; in compile_expr7t()
7145 where_T where = WHERE_INIT; in compile_assignment()
8227 where_T where = WHERE_INIT; in compile_for()
9645 where_T where = WHERE_INIT; in compile_def_function()
H A Devalvars.c3262 where_T where = WHERE_INIT; in set_var_const()
3331 where_T where = WHERE_INIT; in set_var_const()
H A Dstructs.h4475 } where_T; typedef
H A Deval.c3326 where_T where = WHERE_INIT; in eval7t()
H A Dvim9execute.c96 where_T ec_where;