Home
last modified time | relevance | path

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

/dports/x11/xterm/xterm-370/
H A Dcharproc.c7971 if ((screen->unparse_len + 2) >= screen->unparse_max) in unparseputc()
7974 len = screen->unparse_len; in unparseputc()
7994 screen->unparse_len = len; in unparseputc()
8015 && (screen->unparse_len + 2 < screen->unparse_max)) { in unparse_end()
8019 if (screen->unparse_len) { in unparse_end()
8021 screen->unparse_len, in unparse_end()
8022 visibleIChars(screen->unparse_bfr, screen->unparse_len))); in unparse_end()
8024 tt_write(screen->unparse_bfr, screen->unparse_len); in unparse_end()
8026 writePtyData(screen->respond, screen->unparse_bfr, screen->unparse_len); in unparse_end()
8028 screen->unparse_len = 0; in unparse_end()
H A Dptyx.h2295 unsigned unparse_len; member
H A Dbutton.c2419 if (screen->base64_paste && screen->unparse_len) { in _qWriteSelectionData()