Home
last modified time | relevance | path

Searched refs:MAUTO (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dos_macosx.m73 int motion_type = MAUTO;
122 /* Default to MAUTO, uses MCHAR or MLINE depending on trailing NL. */
124 || MAUTO == motion_type))
125 motion_type = MAUTO;
H A Dos_qnx.c94 type = MAUTO; in clip_mch_request_selection()
H A Dregister.c2556 return MAUTO; in get_reg_type()
2566 return MAUTO; in get_reg_type()
2755 write_reg_contents_ex(name, str, maxlen, must_append, MAUTO, 0L); in write_reg_contents()
2904 if (yank_type == MAUTO) in str_to_reg()
H A Dwinclip.c431 metadata.type = MAUTO; in clip_mch_request_selection()
H A Dvim.h1517 #define MAUTO 0xff // Decide between MLINE/MCHAR macro
H A Dclipboard.c1606 int motion_type = MAUTO; in clip_x11_request_selection_cb()
H A Devalfunc.c8955 yank_type = MAUTO; in f_setreg()
8981 write_reg_contents_lst(regname, lstval, 0, FALSE, MAUTO, -1); in f_setreg()
9018 if (yank_type != MAUTO) in f_setreg()
H A Dgui_gtk_x11.c1236 int motion_type = MAUTO; in selection_received_cb()