Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_gtk_x11.c1234 guchar *tmpbuf_utf8 = NULL; in selection_received_cb() local
1288 tmpbuf_utf8 = gtk_selection_data_get_text(data); in selection_received_cb()
1289 if (tmpbuf_utf8 != NULL) in selection_received_cb()
1291 len = STRLEN(tmpbuf_utf8); in selection_received_cb()
1294 tmpbuf = string_convert(&input_conv, tmpbuf_utf8, &len); in selection_received_cb()
1299 text = tmpbuf_utf8; in selection_received_cb()
1328 g_free(tmpbuf_utf8); in selection_received_cb()