Searched refs:MCHAR (Results 1 – 12 of 12) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | register.c | 1029 case MCHAR: buf[0] = 'v'; break; in yank_do_autocmd() 1231 case MCHAR: in op_yank() 1349 if (yanktype == MCHAR in op_yank() 1611 y_type = MCHAR; in do_put() 1967 if (y_type == MCHAR) in do_put() 2003 if (y_type == MCHAR && y_size == 1) in do_put() 2098 if (y_type == MCHAR) in do_put() 2194 if (y_type == MCHAR) in do_put() 2342 case MCHAR: type = 'c'; break; in ex_display() 2548 return MCHAR; in get_reg_type() [all …]
|
| H A D | os_qnx.c | 80 case 'C': type = MCHAR; break; in clip_mch_request_selection() 141 case MCHAR: *vim_clip = 'C'; break; in clip_mch_set_selection()
|
| H A D | normal.c | 2543 oap->motion_type = MCHAR; in nv_screengo() 4025 cap->oap->motion_type = MCHAR; in nv_right() 4125 cap->oap->motion_type = MCHAR; in nv_left() 4321 cap->oap->motion_type = MCHAR; in nv_dollar() 4410 cap->oap->motion_type = MCHAR; in normal_search() 4837 cap->oap->motion_type = MCHAR; in nv_percent() 6063 oap->motion_type = MCHAR; in nv_g_cmd() 6099 oap->motion_type = MCHAR; in nv_g_cmd() 6116 cap->oap->motion_type = MCHAR; in nv_g_cmd() 6145 oap->motion_type = MCHAR; in nv_g_cmd() [all …]
|
| H A D | textobject.c | 748 oap->motion_type = MCHAR; in current_word() 1023 oap->motion_type = MCHAR; in current_sent() 1174 oap->motion_type = MCHAR; in current_block() 1454 oap->motion_type = MCHAR; in current_tagblock() 1930 oap->motion_type = MCHAR; in current_quote()
|
| H A D | os_macosx.m | 122 /* Default to MAUTO, uses MCHAR or MLINE depending on trailing NL. */ 123 if (!(MCHAR == motion_type || MLINE == motion_type || MBLOCK == motion_type
|
| H A D | clipboard.c | 1166 clip_yank_selection(MCHAR, buffer, (long)(bufp - buffer), &clip_star); in clip_copy_modeless_selection() 1177 clip_yank_selection(MCHAR, buffer, (long)(bufp - buffer), &clip_plus); in clip_copy_modeless_selection() 1866 clip_yank_selection(MCHAR, conv_buf, (long)nbytes, cbd); in yank_cut_buffer0() 1874 clip_yank_selection(MCHAR, buffer, (long)nbytes, cbd); in yank_cut_buffer0() 2131 if (y_ptr->y_type == MCHAR && *len >= eolsize) in clip_convert_selection()
|
| H A D | ops.c | 642 if ( oap->motion_type == MCHAR in op_delete() 661 if ( oap->motion_type == MCHAR in op_delete() 3519 else if (oap->motion_type == MCHAR) in do_pending_operator() 3521 oap->motion_type = MCHAR; in do_pending_operator() 3798 oap->motion_type = MCHAR; in do_pending_operator() 3858 oap->empty = (oap->motion_type == MCHAR in do_pending_operator() 3888 if ( oap->motion_type == MCHAR in do_pending_operator()
|
| H A D | viminfo.c | 1598 int new_type = MCHAR; // init to shut up compiler in read_viminfo_register() 1643 new_type = MCHAR; in read_viminfo_register() 1755 if (type != MCHAR && type != MLINE && type != MBLOCK) in handle_viminfo_register() 1868 || (num_lines == 1 && y_ptr->y_type == MCHAR in write_viminfo_registers() 1887 case MCHAR: in write_viminfo_registers()
|
| H A D | mouse.c | 669 oap->motion_type = MCHAR; in do_mouse() 966 oap->motion_type = MCHAR; in do_mouse()
|
| H A D | gui_haiku.cc | 4752 case 'C': type = MCHAR; break; in clip_mch_request_selection() 4761 type = memchr(string, stringlen, '\n') ? MLINE : MCHAR; in clip_mch_request_selection() 4824 case MCHAR: vtype = 'C'; break; in clip_mch_set_selection()
|
| H A D | vim.h | 1513 #define MCHAR 0 // character-wise movement/register macro
|
| H A D | evalfunc.c | 4727 case MCHAR: buf[0] = 'v'; break; in f_getregtype() 7822 case MCHAR: buf[0] = 'v'; break; in f_getreginfo() 8910 *yank_type = MCHAR; in get_yank_type()
|