Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dclipboard.c1370 static Atom vimenc_atom; // Vim's extended selection format variable
1381 vimenc_atom = XInternAtom(dpy, VIMENC_ATOM_NAME,False); in x11_setup_atoms()
1428 array[i++] = vimenc_atom; in clip_x11_convert_selection_cb()
1445 && *target != vimenc_atom in clip_x11_convert_selection_cb()
1462 if (*target == vimenc_atom) in clip_x11_convert_selection_cb()
1505 else if (*target == vimenc_atom) in clip_x11_convert_selection_cb()
1512 *type = vimenc_atom; in clip_x11_convert_selection_cb()
1632 else if (*type == vimenc_atom) in clip_x11_request_selection_cb()
1714 case 0: type = vimenc_atom; break; in clip_x11_request_selection()
H A Dgui_gtk_x11.c181 static GdkAtom vimenc_atom = GDK_NONE; // Vim's extended selection format variable
1259 else if (gtk_selection_data_get_data_type(data) == vimenc_atom) in selection_received_cb()
1450 type = vimenc_atom; in selection_get_cb()
3789 vimenc_atom = gdk_atom_intern(VIMENC_ATOM_NAME, FALSE); in gui_mch_init()