Lines Matching refs:yank_type
2704 int *yank_type UNUSED) in init_write_reg()
2764 int yank_type, in write_reg_contents_lst() argument
2783 write_reg_contents_ex(name, s, -1, must_append, yank_type, block_len); in write_reg_contents_lst()
2791 &yank_type) == FAIL) in write_reg_contents_lst()
2794 str_to_reg(y_current, yank_type, (char_u *)strings, -1, block_len, TRUE); in write_reg_contents_lst()
2805 int yank_type, in write_reg_contents_ex() argument
2865 &yank_type) == FAIL) in write_reg_contents_ex()
2868 str_to_reg(y_current, yank_type, str, len, block_len, FALSE); in write_reg_contents_ex()
2882 int yank_type, // MCHAR, MLINE, MBLOCK, MAUTO in str_to_reg() argument
2904 if (yank_type == MAUTO) in str_to_reg()
2909 type = yank_type; in str_to_reg()