Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9execute.c2447 dest_type = tv_dest->v_type; in exec_instructions()
2580 clear_tv(tv_dest); in exec_instructions()
2604 if (tv_dest->v_type == VAR_LIST) in exec_instructions()
2633 tv_dest->vval.v_list, in exec_instructions()
2637 tv_dest->vval.v_list, in exec_instructions()
2689 clear_tv(tv_dest); in exec_instructions()
2746 if (tv_dest->v_type == VAR_DICT) in exec_instructions()
2811 vartype_name(tv_dest->v_type)); in exec_instructions()
2815 clear_tv(tv_dest); in exec_instructions()
2888 vartype_name(tv_dest->v_type)); in exec_instructions()
[all …]