Searched refs:pending_bout (Results 1 – 4 of 4) sorted by relevance
/dports/graphics/aloadimage/arcan-0.6.1/src/frameserver/terminal/default/ |
H A D | arcterm.c | 88 } pending_bout; member 737 if (term.pending_bout.buf) in str_callback() 738 free(term.pending_bout.buf); in str_callback() 739 term.pending_bout.buf = outb; in str_callback() 740 term.pending_bout.buf_sz = outlen; in str_callback() 1182 if (input || !term.pending_bout.buf) in on_bchunk() 1187 fwrite(term.pending_bout.buf, term.pending_bout.buf_sz, 1, fpek); in on_bchunk() 1189 free(term.pending_bout.buf); in on_bchunk() 1190 term.pending_bout.buf = NULL; in on_bchunk()
|
/dports/sysutils/acfgfs/arcan-0.6.1/src/frameserver/terminal/default/ |
H A D | arcterm.c | 88 } pending_bout; member 737 if (term.pending_bout.buf) in str_callback() 738 free(term.pending_bout.buf); in str_callback() 739 term.pending_bout.buf = outb; in str_callback() 740 term.pending_bout.buf_sz = outlen; in str_callback() 1182 if (input || !term.pending_bout.buf) in on_bchunk() 1187 fwrite(term.pending_bout.buf, term.pending_bout.buf_sz, 1, fpek); in on_bchunk() 1189 free(term.pending_bout.buf); in on_bchunk() 1190 term.pending_bout.buf = NULL; in on_bchunk()
|
/dports/x11/arcan-trayicon/arcan-0.6.1/src/frameserver/terminal/default/ |
H A D | arcterm.c | 88 } pending_bout; member 737 if (term.pending_bout.buf) in str_callback() 738 free(term.pending_bout.buf); in str_callback() 739 term.pending_bout.buf = outb; in str_callback() 740 term.pending_bout.buf_sz = outlen; in str_callback() 1182 if (input || !term.pending_bout.buf) in on_bchunk() 1187 fwrite(term.pending_bout.buf, term.pending_bout.buf_sz, 1, fpek); in on_bchunk() 1189 free(term.pending_bout.buf); in on_bchunk() 1190 term.pending_bout.buf = NULL; in on_bchunk()
|
/dports/x11/aclip/arcan-0.6.1/src/frameserver/terminal/default/ |
H A D | arcterm.c | 88 } pending_bout; member 737 if (term.pending_bout.buf) in str_callback() 738 free(term.pending_bout.buf); in str_callback() 739 term.pending_bout.buf = outb; in str_callback() 740 term.pending_bout.buf_sz = outlen; in str_callback() 1182 if (input || !term.pending_bout.buf) in on_bchunk() 1187 fwrite(term.pending_bout.buf, term.pending_bout.buf_sz, 1, fpek); in on_bchunk() 1189 free(term.pending_bout.buf); in on_bchunk() 1190 term.pending_bout.buf = NULL; in on_bchunk()
|