Searched refs:MBLOCK (Results 1 – 7 of 7) sorted by relevance
81 case 'B': type = MBLOCK; break; in clip_mch_request_selection()142 case MBLOCK: *vim_clip = 'B'; break; in clip_mch_set_selection()
1030 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()
123 if (!(MCHAR == motion_type || MLINE == motion_type || MBLOCK == motion_type
1645 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()
1515 #define MBLOCK 2 // block-wise register macro
4754 case 'B': type = MBLOCK; break; in clip_mch_request_selection()4826 case MBLOCK: vtype = 'B'; break; in clip_mch_set_selection()
4728 case MBLOCK: in f_getregtype()7823 case MBLOCK: in f_getreginfo()8916 *yank_type = MBLOCK; in get_yank_type()