Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dclipboard.c1369 static Atom vim_atom; // Vim's own special selection format variable
1380 vim_atom = XInternAtom(dpy, VIM_ATOM_NAME, False); in x11_setup_atoms()
1429 array[i++] = vim_atom; in clip_x11_convert_selection_cb()
1447 && *target != vim_atom in clip_x11_convert_selection_cb()
1458 if (*target == vim_atom) in clip_x11_convert_selection_cb()
1518 *type = vim_atom; in clip_x11_convert_selection_cb()
1626 if (*type == vim_atom) in clip_x11_request_selection_cb()
1715 case 1: type = vim_atom; break; in clip_x11_request_selection()
H A Dgui_gtk_x11.c180 static GdkAtom vim_atom = GDK_NONE; // Vim's own special selection format variable
1254 if (gtk_selection_data_get_data_type(data) == vim_atom) in selection_received_cb()
1391 type = vim_atom; in selection_get_cb()
3788 vim_atom = gdk_atom_intern(VIM_ATOM_NAME, FALSE); in gui_mch_init()