Lines Matching refs:target
1399 Atom *target, in clip_x11_convert_selection_cb() argument
1421 if (*target == targets_atom) in clip_x11_convert_selection_cb()
1444 if ( *target != XA_STRING in clip_x11_convert_selection_cb()
1445 && *target != vimenc_atom in clip_x11_convert_selection_cb()
1446 && (*target != utf8_atom || !enc_utf8) in clip_x11_convert_selection_cb()
1447 && *target != vim_atom in clip_x11_convert_selection_cb()
1448 && *target != text_atom in clip_x11_convert_selection_cb()
1449 && *target != compound_text_atom) in clip_x11_convert_selection_cb()
1458 if (*target == vim_atom) in clip_x11_convert_selection_cb()
1462 if (*target == vimenc_atom) in clip_x11_convert_selection_cb()
1477 if (*target == XA_STRING || (*target == utf8_atom && enc_utf8)) in clip_x11_convert_selection_cb()
1480 *type = *target; in clip_x11_convert_selection_cb()
1482 else if (*target == compound_text_atom || *target == text_atom) in clip_x11_convert_selection_cb()
1505 else if (*target == vimenc_atom) in clip_x11_convert_selection_cb()
1535 clip_x11_notify_cb(Widget w UNUSED, Atom *sel_atom UNUSED, Atom *target UNUSED) in clip_x11_notify_cb()