Searched refs:y_array (Results 1 – 5 of 5) sorted by relevance
300 reg->y_array = NULL; in get_register()306 reg->y_array[i] = vim_strsave(y_current->y_array[i]); in get_register()1310 vim_free(curr->y_array); in op_yank()1311 curr->y_array = new_ptr; in op_yank()1340 curr->y_array[j++] = y_current->y_array[y_idx++]; in op_yank()1510 if ((y_current->y_array[j] = vim_strsave(curr->y_array[j])) == NULL) in copy_yank_reg()1630 if (y_array != NULL) in do_put()1641 if (y_array != NULL) in do_put()1644 if (y_array == NULL) in do_put()1662 y_array = y_current->y_array; in do_put()[all …]
1581 vim_free(y_read_regs[i].y_array); in finish_viminfo_registers()1688 vim_free(y_current_p->y_array); in read_viminfo_register()1696 y_current_p->y_array = NULL; in read_viminfo_register()1704 if (y_current_p->y_array == NULL) in read_viminfo_register()1777 if (y_ptr->y_array != NULL) in handle_viminfo_register()1779 vim_free(y_ptr->y_array[i]); in handle_viminfo_register()1780 vim_free(y_ptr->y_array); in handle_viminfo_register()1795 y_ptr->y_array = NULL; in handle_viminfo_register()1799 if (y_ptr->y_array == NULL) in handle_viminfo_register()1856 && y_read_regs[i].y_array != NULL in write_viminfo_registers()[all …]
2024 && get_y_register(PLUS_REGISTER)->y_array != NULL) in clip_get_selection()2026 && get_y_register(STAR_REGISTER)->y_array != NULL)) in clip_get_selection()2124 if (y_ptr->y_array == NULL) in clip_convert_selection()2128 *len += (long_u)STRLEN(y_ptr->y_array[i]) + eolsize; in clip_convert_selection()2140 if (y_ptr->y_array[lnum][j] == '\n') in clip_convert_selection()2142 else if (y_ptr->y_array[lnum][j] == NUL) in clip_convert_selection()2152 p[i] = y_ptr->y_array[lnum][j]; in clip_convert_selection()
4355 char_u **y_array; // pointer to array of line pointers member
14703 Solution: Call u_save() before getting y_array.