Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dcutpaste.e60 extern int WriteBufToCutBuffer ARGS_DECL((char *buf, int buf_sz,
H A Dcutpaste.c175 int WriteBufToCutBuffer(buf, bytes_to_write, buf_is_simple_string, in WriteBufToCutBuffer() function
351 if (!WriteBufToCutBuffer(cut_buffer, stat.st_size, FALSE, FALSE, NULL)) {
424 if (WriteBufToCutBuffer(cut_buffer, cut_buffer_size-1, TRUE, in CopyToCutBuffer()
2755 if (!WriteBufToCutBuffer(buf, total+1, TRUE, FALSE, NULL)) {
H A Dtext.c3748 copy_failed = !WriteBufToCutBuffer(cut_buffer, cut_buffer_size-1, TRUE, in HandleCopyInDrawTextMode()
H A Dexec.c4479 if (!WriteBufToCutBuffer(the_str, strlen(the_str), TRUE, FALSE, NULL)) {