Lines Matching refs:tv_dest

2436 		    typval_T	*tv_dest = STACK_TV_BOT(-1);  in exec_instructions()  local
2447 dest_type = tv_dest->v_type; in exec_instructions()
2457 else if (dest_type != tv_dest->v_type) in exec_instructions()
2462 vartype_name(tv_dest->v_type)); in exec_instructions()
2469 list_T *list = tv_dest->vval.v_list; in exec_instructions()
2509 dict_T *dict = tv_dest->vval.v_dict; in exec_instructions()
2544 blob_T *blob = tv_dest->vval.v_blob; in exec_instructions()
2580 clear_tv(tv_dest); in exec_instructions()
2595 typval_T *tv_dest = STACK_TV_BOT(-1); in exec_instructions() local
2604 if (tv_dest->v_type == VAR_LIST) in exec_instructions()
2618 n2 = list_len(tv_dest->vval.v_list) - 1; in exec_instructions()
2626 tv_dest->vval.v_list, &n1, FALSE); in exec_instructions()
2633 tv_dest->vval.v_list, in exec_instructions()
2637 tv_dest->vval.v_list, in exec_instructions()
2648 else if (tv_dest->v_type == VAR_BLOB) in exec_instructions()
2661 n2 = blob_len(tv_dest->vval.v_blob) - 1; in exec_instructions()
2668 long bloblen = blob_len(tv_dest->vval.v_blob); in exec_instructions()
2677 tv_dest->vval.v_blob, n1, n2, tv); in exec_instructions()
2689 clear_tv(tv_dest); in exec_instructions()
2740 typval_T *tv_dest = STACK_TV_BOT(-1); in exec_instructions() local
2746 if (tv_dest->v_type == VAR_DICT) in exec_instructions()
2759 dict_T *d = tv_dest->vval.v_dict; in exec_instructions()
2781 else if (tv_dest->v_type == VAR_LIST) in exec_instructions()
2791 list_T *l = tv_dest->vval.v_list; in exec_instructions()
2811 vartype_name(tv_dest->v_type)); in exec_instructions()
2815 clear_tv(tv_dest); in exec_instructions()
2831 typval_T *tv_dest = STACK_TV_BOT(-1); in exec_instructions() local
2834 if (tv_dest->v_type == VAR_LIST) in exec_instructions()
2846 list_T *l = tv_dest->vval.v_list; in exec_instructions()
2888 vartype_name(tv_dest->v_type)); in exec_instructions()
2893 clear_tv(tv_dest); in exec_instructions()