Home
last modified time | relevance | path

Searched refs:MBLOCK (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dos_qnx.c81 case 'B': type = MBLOCK; break; in clip_mch_request_selection()
142 case MBLOCK: *vim_clip = 'B'; break; in clip_mch_set_selection()
H A Dregister.c1030 case MBLOCK: in yank_do_autocmd()
1208 y_current->y_type = MBLOCK; // set the yank register type in op_yank()
1219 case MBLOCK: in op_yank()
1715 if (y_type == MBLOCK) in do_put()
1781 if (y_type == MBLOCK) in do_put()
2562 if (reglen != NULL && y_current->y_type == MBLOCK) in get_reg_type()
2959 if (type == MBLOCK) in str_to_reg()
2978 if (type == MBLOCK) in str_to_reg()
3014 if (type == MBLOCK) in str_to_reg()
H A Dos_macosx.m123 if (!(MCHAR == motion_type || MLINE == motion_type || MBLOCK == motion_type
H A Dviminfo.c1645 new_type = MBLOCK; in read_viminfo_register()
1755 if (type != MCHAR && type != MLINE && type != MBLOCK) in handle_viminfo_register()
1890 case MBLOCK: in write_viminfo_registers()
H A Dvim.h1515 #define MBLOCK 2 // block-wise register macro
H A Dgui_haiku.cc4754 case 'B': type = MBLOCK; break; in clip_mch_request_selection()
4826 case MBLOCK: vtype = 'B'; break; in clip_mch_set_selection()
H A Devalfunc.c4728 case MBLOCK: in f_getregtype()
7823 case MBLOCK: in f_getreginfo()
8916 *yank_type = MBLOCK; in get_yank_type()