Lines Matching refs:obuf
90 static char obuf[OUTBUF_SIZE]; variable
91 static char *ob = obuf;
259 WIN32textout(obuf, ptr_diff(ob, obuf)); in win_flush()
285 for (anchor = p_next = obuf; in win_flush()
342 memmove(obuf, anchor, slop); in win_flush()
343 ob = &obuf[slop]; in win_flush()
390 ob = obuf; in win_flush()
414 n = ptr_diff(ob, obuf); in flush()
417 ob = obuf; in flush()
422 obuf[n] = '\0'; in flush()
423 _outtext(obuf); in flush()
430 ob = obuf + n; in flush()
438 if (write(outfd, obuf, n) != n) in flush()
494 if (ob >= &obuf[sizeof(obuf)-1]) in putchr()