Home
last modified time | relevance | path

Searched refs:CLIP_UNNAMED (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dclipboard.c283 if (clip_unnamed & CLIP_UNNAMED) in end_global_changes()
1192 || (cbd == &clip_star && (clip_unnamed_saved & CLIP_UNNAMED))) in clip_gen_set_selection()
1271 new_unnamed |= CLIP_UNNAMED; in check_clipboard_option()
H A Dglobals.h689 # define CLIP_UNNAMED 1 macro
H A Dregister.c1400 && ((clip_unnamed | clip_unnamed_saved) & CLIP_UNNAMED)))) in op_yank()
H A Dops.c720 ((clip_unnamed & CLIP_UNNAMED) && oap->regname == '*') || in op_delete()