Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_gtk_x11.c1279 text = tmpbuf; in selection_received_cb()
1296 text = tmpbuf; in selection_received_cb()
1317 text = tmpbuf; in selection_received_cb()
1382 if (tmpbuf != NULL) in selection_get_cb()
1390 string = tmpbuf; in selection_get_cb()
1415 tmpbuf[0] = 0xff; in selection_get_cb()
1416 tmpbuf[1] = 0xfe; in selection_get_cb()
1419 string = tmpbuf; in selection_get_cb()
1441 if (tmpbuf != NULL) in selection_get_cb()
2048 if (tmpbuf != NULL) in drag_handle_text()
[all …]
H A Dos_vms.c662 char *tmpbuf = NULL; in vms_fixfilename() local
663 tmpbuf = ALLOC_MULT(char, buflen); in vms_fixfilename()
664 strcpy(tmpbuf, instring); in vms_fixfilename()
H A Dclipboard.c1611 char_u *tmpbuf = NULL; in clip_x11_request_selection_cb() local
1652 tmpbuf = string_convert(&conv, p, &convlen); in clip_x11_request_selection_cb()
1654 if (tmpbuf != NULL) in clip_x11_request_selection_cb()
1655 p = tmpbuf; in clip_x11_request_selection_cb()
1692 vim_free(tmpbuf); in clip_x11_request_selection_cb()