Searched refs:yank_type (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | register.pro | 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 … 41 void str_to_reg(yankreg_T *y_ptr, int yank_type, char_u *str, long len, long blocklen, int str_list…
|
| /vim-8.2.3635/src/ |
| H A D | register.c | 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() [all …]
|
| H A D | evalfunc.c | 8904 get_yank_type(char_u **pp, char_u *yank_type, long *block_len) in get_yank_type() argument 8910 *yank_type = MCHAR; in get_yank_type() 8913 *yank_type = MLINE; in get_yank_type() 8916 *yank_type = MBLOCK; in get_yank_type() 8942 char_u yank_type; in f_setreg() local 8955 yank_type = MAUTO; in f_setreg() 8992 int ret = get_yank_type(&stropt, &yank_type, &block_len); in f_setreg() 9018 if (yank_type != MAUTO) in f_setreg() 9034 get_yank_type(&stropt, &yank_type, &block_len); in f_setreg() 9084 append, yank_type, block_len); in f_setreg() [all …]
|