Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9execute.c96 where_T ec_where; member
812 ectx->ec_where.wt_func_name = save_func_name; in call_bfunc()
4092 ectx->ec_where.wt_variable = TRUE; in exec_instructions()
4236 if (!ectx->ec_where.wt_variable) in exec_instructions()
4237 ectx->ec_where.wt_index = ct->ct_arg_idx; in exec_instructions()
4241 if (!ectx->ec_where.wt_variable) in exec_instructions()
4242 ectx->ec_where.wt_index = 0; in exec_instructions()
4532 ectx->ec_where.wt_index = 0; in exec_instructions()
4533 ectx->ec_where.wt_variable = FALSE; in exec_instructions()
4911 ectx.ec_where.wt_index = 0; in call_def_function()
[all …]