Searched refs:y_current_p (Results 1 – 1 of 1) sorted by relevance
1600 yankreg_T *y_current_p; in read_viminfo_register() local1619 y_current_p = get_y_current(); in read_viminfo_register()1639 set_y_previous(y_current_p); in read_viminfo_register()1687 vim_free(y_current_p->y_array[i]); in read_viminfo_register()1688 vim_free(y_current_p->y_array); in read_viminfo_register()1690 y_current_p->y_type = new_type; in read_viminfo_register()1691 y_current_p->y_width = new_width; in read_viminfo_register()1692 y_current_p->y_size = size; in read_viminfo_register()1693 y_current_p->y_time_set = 0; in read_viminfo_register()1696 y_current_p->y_array = NULL; in read_viminfo_register()[all …]