Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9type.c451 where.wt_index = arg_idx; in check_typval_arg_type()
496 where.wt_index = arg_idx; in arg_type_mismatch()
507 if (where.wt_index > 0) in type_mismatch_where()
513 where.wt_index, typename1, typename2); in type_mismatch_where()
518 where.wt_index, typename1, typename2, where.wt_func_name); in type_mismatch_where()
H A Dvim9execute.c4091 ectx->ec_where.wt_index = gi->gi_index + 1; in exec_instructions()
4237 ectx->ec_where.wt_index = ct->ct_arg_idx; in exec_instructions()
4242 ectx->ec_where.wt_index = 0; in exec_instructions()
4532 ectx->ec_where.wt_index = 0; in exec_instructions()
4911 ectx.ec_where.wt_index = 0; in call_def_function()
H A Dvim9compile.c1079 generate_TYPECHECK(cctx, expected, offset, where.wt_index); in need_type_where()
1100 where.wt_index = arg_idx; in need_type()
7150 where.wt_index = var_count > 0 ? var_idx + 1 : 0; in compile_assignment()
8271 where.wt_index = var_list ? idx + 1 : 0; in compile_for()
9667 where.wt_index = arg_idx + 1; in compile_def_function()
H A Dstructs.h4473 char wt_index; // argument or variable index, 0 means unknown member
H A Devalvars.c3334 where.wt_index = var_idx; in set_var_const()