Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c1211 static void *clip_star_save = NULL; variable
1243 clip_star_save = get_register('*', TRUE); in save_clipboard()
1254 if (clip_star_save != NULL) in restore_clipboard()
1257 put_register('*', clip_star_save); in restore_clipboard()
1259 free_register(clip_star_save); in restore_clipboard()
1260 clip_star_save = NULL; in restore_clipboard()