Searched refs:y_type (Results 1 – 4 of 4) sorted by relevance
1543 int y_type; in do_put() local1611 y_type = MCHAR; in do_put()1636 y_type = MLINE; in do_put()1659 y_type = y_current->y_type; in do_put()1665 if (y_type == MLINE) in do_put()1706 y_type = MLINE; in do_put()1715 if (y_type == MBLOCK) in do_put()1781 if (y_type == MBLOCK) in do_put()1967 if (y_type == MCHAR) in do_put()2098 if (y_type == MCHAR) in do_put()[all …]
1690 y_current_p->y_type = new_type; in read_viminfo_register()1789 y_ptr->y_type = type; in handle_viminfo_register()1868 || (num_lines == 1 && y_ptr->y_type == MCHAR in write_viminfo_registers()1882 switch (y_ptr->y_type) in write_viminfo_registers()1894 semsg(_("E574: Unknown register type %d"), y_ptr->y_type); in write_viminfo_registers()1929 i, y_ptr->y_type, num_lines, (int)y_ptr->y_width, in write_viminfo_registers()
2131 if (y_ptr->y_type == MCHAR && *len >= eolsize) in clip_convert_selection()2154 return y_ptr->y_type; in clip_convert_selection()
4357 char_u y_type; // MLINE, MCHAR or MBLOCK member