Lines Matching refs:ec_where
96 where_T ec_where; member
801 char *save_func_name = ectx->ec_where.wt_func_name; in call_bfunc()
805 ectx->ec_where.wt_func_name = internal_func_name(func_idx); in call_bfunc()
812 ectx->ec_where.wt_func_name = save_func_name; in call_bfunc()
4091 ectx->ec_where.wt_index = gi->gi_index + 1; in exec_instructions()
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()
4238 if (check_typval_type(ct->ct_type, tv, ectx->ec_where) 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()
4912 ectx.ec_where.wt_variable = FALSE; in call_def_function()