Lines Matching refs:ob
91 static char *ob = obuf; variable
259 WIN32textout(obuf, ptr_diff(ob, obuf)); in win_flush()
286 (p_next = memchr(p_next, ESC, ob - p_next)) != NULL; ) in win_flush()
343 ob = &obuf[slop]; in win_flush()
388 WIN32textout(anchor, ptr_diff(ob, anchor)); in win_flush()
390 ob = obuf; in win_flush()
414 n = ptr_diff(ob, obuf); in flush()
417 ob = obuf; in flush()
430 ob = obuf + n; in flush()
431 *ob = '\0'; in flush()
494 if (ob >= &obuf[sizeof(obuf)-1]) in putchr()
496 *ob++ = c; in putchr()