Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dclipboard.c1609 char **text_list = NULL; in clip_x11_request_selection_cb() local
1675 &text_list, &n_text); in clip_x11_request_selection_cb()
1679 &text_list, &n_text); in clip_x11_request_selection_cb()
1685 p = (char_u *)text_list[0]; in clip_x11_request_selection_cb()
1690 if (text_list != NULL) in clip_x11_request_selection_cb()
1691 XFreeStringList(text_list); in clip_x11_request_selection_cb()