Searched refs:MAUTO (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_macosx.m | 73 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 D | os_qnx.c | 94 type = MAUTO; in clip_mch_request_selection()
|
| H A D | register.c | 2556 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 D | winclip.c | 431 metadata.type = MAUTO; in clip_mch_request_selection()
|
| H A D | vim.h | 1517 #define MAUTO 0xff // Decide between MLINE/MCHAR macro
|
| H A D | clipboard.c | 1606 int motion_type = MAUTO; in clip_x11_request_selection_cb()
|
| H A D | evalfunc.c | 8955 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 D | gui_gtk_x11.c | 1236 int motion_type = MAUTO; in selection_received_cb()
|