Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dclipboard.c1484 XTextProperty text_prop; in clip_x11_convert_selection_cb() local
1492 1, XCompoundTextStyle, &text_prop); in clip_x11_convert_selection_cb()
1498 *value = (XtPointer)(text_prop.value); // from plain text in clip_x11_convert_selection_cb()
1499 *length = text_prop.nitems; in clip_x11_convert_selection_cb()
1664 XTextProperty text_prop; in clip_x11_request_selection_cb() local
1668 text_prop.value = (unsigned char *)value; in clip_x11_request_selection_cb()
1669 text_prop.encoding = *type; in clip_x11_request_selection_cb()
1670 text_prop.format = *format; in clip_x11_request_selection_cb()
1671 text_prop.nitems = len; in clip_x11_request_selection_cb()
1674 status = Xutf8TextPropertyToTextList(X_DISPLAY, &text_prop, in clip_x11_request_selection_cb()
[all …]
H A Dos_unix.c1763 XTextProperty text_prop; in test_x11_window() local
1767 if (XGetWMName(dpy, x11_window, &text_prop)) in test_x11_window()
1768 XFree((void *)text_prop.value); in test_x11_window()
1986 XTextProperty text_prop; in get_x11_thing() local
2014 while (!status || text_prop.value == NULL) in get_x11_thing()
2031 if (status && text_prop.value != NULL) in get_x11_thing()
2040 if (text_prop.encoding == XA_STRING && !has_mbyte) in get_x11_thing()
2054 &text_prop, in get_x11_thing()
2073 XFree((void *)text_prop.value); in get_x11_thing()
2112 XTextProperty text_prop; in set_x11_title()
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_textprop.vim1278 " text_prop.vim