Searched refs:wbuf (Results 1 – 1 of 1) sorted by relevance
34 static char wbuf[4 * OBS]; variable35 static char *wbp = wbuf;495 if (wbp >= &wbuf[OBS]) in puttokens()497 if ( write(1, wbuf, OBS) != -1 ) { in puttokens()498 if (wbp > &wbuf[OBS]) in puttokens()499 memcpy(wbuf, wbuf + OBS, wbp - &wbuf[OBS]); in puttokens()513 if (wbp > wbuf) in flushout()515 if ( write(1, wbuf, wbp - wbuf) != -1) in flushout()516 wbp = wbuf; in flushout()
Completed in 20 milliseconds