Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dclipboard.c1373 static Atom text_atom; variable
1384 text_atom = XInternAtom(dpy, "TEXT", False); in x11_setup_atoms()
1433 array[i++] = text_atom; in clip_x11_convert_selection_cb()
1448 && *target != text_atom in clip_x11_convert_selection_cb()
1482 else if (*target == compound_text_atom || *target == text_atom) in clip_x11_convert_selection_cb()
1662 || (enc_dbcs != 0 && *type == text_atom)) in clip_x11_request_selection_cb()
1718 case 4: type = text_atom; break; in clip_x11_request_selection()