Home
last modified time | relevance | path

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

/dragonfly/usr.bin/window/
HDttoutput.c51 int n = tt_obp - tt_ob; in ttflush()
62 for (p = tt_ob; p < tt_obp;) { in ttflush()
64 n = write(1, p, tt_obp - p); in ttflush()
69 p = tt_obp; in ttflush()
79 tt_obp = tt_ob; in ttflush()
99 if (tt_obe - tt_obp < 2) in ttwrite()
101 *tt_obp++ = *s++; in ttwrite()
102 *tt_obp++ = *s; in ttwrite()
105 if (tt_obe - tt_obp < 3) in ttwrite()
107 *tt_obp++ = *s++; in ttwrite()
[all …]
HDtt.h168 EXTERN char *tt_obp; variable
170 #define ttputc(c) (tt_obp < tt_obe ? (*tt_obp++ = (c)) \
171 : (ttflush(), *tt_obp++ = (c)))
HDttinit.c45 char *tt_obp; variable
80 tt_obp = tt_ob; in ttinit()
HDcompress.c301 tt_obp = tt_ob = cc_buffer; in ccstart()
328 tt_obp = tt_ob = cc_tt_ob; in ccend()
340 int bufsize = tt_obp - tt_ob; in ccflush()
355 tt_obp = tt_ob = cc_tt_ob; in ccflush()
363 tt_obp = tt_ob = cc_buffer; in ccflush()