Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dclipboard.c1372 static Atom compound_text_atom; variable
1383 compound_text_atom = XInternAtom(dpy, "COMPOUND_TEXT", False); in x11_setup_atoms()
1434 array[i++] = compound_text_atom; in clip_x11_convert_selection_cb()
1449 && *target != compound_text_atom) in clip_x11_convert_selection_cb()
1482 else if (*target == compound_text_atom || *target == text_atom) in clip_x11_convert_selection_cb()
1500 *type = compound_text_atom; in clip_x11_convert_selection_cb()
1660 else if (*type == compound_text_atom in clip_x11_request_selection_cb()
1717 case 3: type = compound_text_atom; break; in clip_x11_request_selection()