Home
last modified time | relevance | path

Searched refs:MLINE (Results 1 – 16 of 16) sorted by relevance

/vim-8.2.3635/src/
H A Dregister.c1184 yanktype = MLINE; in op_yank()
1225 case MLINE: in op_yank()
1317 curr->y_type = MLINE; in op_yank()
1636 y_type = MLINE; in do_put()
1665 if (y_type == MLINE) in do_put()
1706 y_type = MLINE; in do_put()
1723 else if (y_type == MLINE) in do_put()
2176 if (y_type == MLINE) in do_put()
2219 if (y_type == MLINE) in do_put()
2236 else if (y_type == MLINE) in do_put()
[all …]
H A Dos_qnx.c64 int type = MLINE, clip_length = 0, is_type_set = FALSE; in clip_mch_request_selection()
79 case 'L': type = MLINE; break; in clip_mch_request_selection()
140 case MLINE: *vim_clip = 'L'; break; in clip_mch_set_selection()
H A Dops.c654 oap->motion_type = MLINE; in op_delete()
1149 if (oap->motion_type == MLINE) in op_replace()
1282 if (oap->motion_type == MLINE) in op_tilde()
1701 if (oap->motion_type == MLINE) in op_change()
1743 if (oap->motion_type == MLINE) in op_change()
3359 else if (oap->motion_type == MLINE) in op_function()
3511 oap->motion_type = MLINE; in do_pending_operator()
3516 if (oap->motion_type == MLINE) in do_pending_operator()
3675 || oap->motion_type == MLINE) in do_pending_operator()
3795 oap->motion_type = MLINE; in do_pending_operator()
[all …]
H A Dos_macosx.m122 /* Default to MAUTO, uses MCHAR or MLINE depending on trailing NL. */
123 if (!(MCHAR == motion_type || MLINE == motion_type || MBLOCK == motion_type
H A Dnormal.c3917 cap->oap->motion_type = MLINE; in nv_scroll()
4196 cap->oap->motion_type = MLINE; in nv_up()
4242 cap->oap->motion_type = MLINE; in nv_down()
4425 cap->oap->motion_type = MLINE; in normal_search()
4816 cap->oap->motion_type = MLINE; in nv_percent()
5394 cap->oap->motion_type = flag ? MLINE : MCHAR; in nv_cursormark()
6021 oap->motion_type = MLINE; in nv_g_cmd()
6035 oap->motion_type = MLINE; in nv_g_cmd()
6638 cap->oap->motion_type = MLINE; in nv_lineop()
6919 cap->oap->motion_type = MLINE; in nv_goto()
H A Dviminfo.c1647 new_type = MLINE; in read_viminfo_register()
1755 if (type != MCHAR && type != MLINE && type != MBLOCK) in handle_viminfo_register()
1884 case MLINE: in write_viminfo_registers()
H A Dgui_haiku.cc4751 case 'L': type = MLINE; break; in clip_mch_request_selection()
4761 type = memchr(string, stringlen, '\n') ? MLINE : MCHAR; in clip_mch_request_selection()
4823 case MLINE: vtype = 'L'; break; in clip_mch_set_selection()
H A Dtextobject.c1638 oap->motion_type = MLINE; in current_par()
H A Dvim.h1514 #define MLINE 1 // line-wise movement/register macro
H A Dmouse.c974 if (oap->motion_type == MLINE) in do_mouse()
H A Devalfunc.c4726 case MLINE: buf[0] = 'V'; break; in f_getregtype()
7821 case MLINE: buf[0] = 'V'; break; in f_getreginfo()
8913 *yank_type = MLINE; in get_yank_type()
H A Dsearch.c2256 oap->motion_type = MLINE; // Linewise for this case only in findmatchlimit()
H A Dterminal.c2303 if (item->li_next != NULL || type == MLINE) in term_paste_register()
H A Dex_docmd.c7725 oa.motion_type = MLINE; in ex_operators()
/vim-8.2.3635/runtime/syntax/
H A Dsinda.vim41 syn keyword sindaOptions MODEL PPOUT NOLIST MLINE NODEBUG DIRECTORIES
H A Dcl.vim64 syn keyword clReserved ERROR EXIT INTERRUPT LOCKED LREPLY MODE MCOL MLINE MREPLY NULL REPLY V1 V2 V…