Home
last modified time | relevance | path

Searched refs:must_append (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dregister.pro38 void write_reg_contents(int name, char_u *str, int maxlen, int must_append);
39 void write_reg_contents_lst(int name, char_u **strings, int maxlen, int must_append, int yank_type,…
40 void write_reg_contents_ex(int name, char_u *str, int maxlen, int must_append, int yank_type, long …
/vim-8.2.3635/src/
H A Dregister.c2703 int must_append, in init_write_reg() argument
2717 if (!y_append && !must_append) in init_write_reg()
2753 int must_append) in write_reg_contents() argument
2755 write_reg_contents_ex(name, str, maxlen, must_append, MAUTO, 0L); in write_reg_contents()
2763 int must_append, 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()
2790 if (init_write_reg(name, &old_y_previous, &old_y_current, must_append, in write_reg_contents_lst()
2804 int must_append, in write_reg_contents_ex() argument
2851 if (must_append && expr_line != NULL) in write_reg_contents_ex()
2864 if (init_write_reg(name, &old_y_previous, &old_y_current, must_append, in write_reg_contents_ex()