Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dclipboard.c1485 char *string_nt = (char *)save_result; in clip_x11_convert_selection_cb() local
1489 mch_memmove(string_nt, string, (size_t)*length); in clip_x11_convert_selection_cb()
1490 string_nt[*length] = NUL; in clip_x11_convert_selection_cb()
1491 conv_result = XmbTextListToTextProperty(X_DISPLAY, (char **)&string_nt, in clip_x11_convert_selection_cb()