Home
last modified time | relevance | path

Searched refs:CMOD_LOCKMARKS (Results 1 – 12 of 12) sorted by relevance

/vim-8.2.3635/src/
H A Dmark.c1048 if ((cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in mark_adjust_internal()
1113 if ((cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in mark_adjust_internal()
1123 if ((cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in mark_adjust_internal()
1230 || (cmdmod.cmod_flags & CMOD_LOCKMARKS)) in mark_col_adjust()
H A Dops.c209 if ((cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in op_shift()
954 if ((cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in op_delete()
1227 if ((cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in op_replace()
1340 if ((cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in op_tilde()
1987 if (t == 0 && setmark && (cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in do_join()
2133 if (setmark && (cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in do_join()
2451 if (change_cnt > 0 && (cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in op_addsub()
2898 if (did_change && (cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in do_addsub()
3377 if (cmdmod.cmod_flags & CMOD_LOCKMARKS) in op_function()
H A Dex_cmds.c754 if ((cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in do_move()
769 if ((cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in do_move()
775 if ((cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in do_move()
825 if ((cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in ex_copy()
1082 cmdmod.cmod_flags &= ~CMOD_LOCKMARKS; in do_filter()
1257 else if (save_cmod_flags & CMOD_LOCKMARKS) in do_filter()
1334 else if (cmdmod.cmod_flags & CMOD_LOCKMARKS) in do_filter()
3384 if ((cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in ex_append()
4748 if ((cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in ex_substitute()
H A Dtextformat.c822 if ((cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in op_format()
842 if ((cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in op_format()
H A Dbufwrite.c890 if (buf != NULL && (cmdmod.cmod_flags & CMOD_LOCKMARKS)) in buf_write()
974 if (cmdmod.cmod_flags & CMOD_LOCKMARKS) in buf_write()
H A Dregister.c1381 if ((cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in op_yank()
2253 if (cmdmod.cmod_flags & CMOD_LOCKMARKS) in do_put()
H A Dusercmd.c1390 {CMOD_LOCKMARKS, "lockmarks"}, in produce_cmdmods()
H A Dindent.c1094 if ((cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in op_reindent()
H A Dstructs.h656 #define CMOD_LOCKMARKS 0x0800 // ":lockmarks" macro
H A Ddiff.c813 cmdmod.cmod_flags |= CMOD_LOCKMARKS; in diff_write()
H A Dfileio.c2553 if ((cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in readfile()
H A Dex_docmd.c2959 cmod->cmod_flags |= CMOD_LOCKMARKS; in parse_command_modifiers()