Searched refs:tt_obp (Results 1 – 4 of 4) sorted by relevance
51 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 …]
168 EXTERN char *tt_obp; variable170 #define ttputc(c) (tt_obp < tt_obe ? (*tt_obp++ = (c)) \171 : (ttflush(), *tt_obp++ = (c)))
45 char *tt_obp; variable80 tt_obp = tt_ob; in ttinit()
301 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()