Home
last modified time | relevance | path

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

/aoo41x/main/soltools/cpp/
H A D_tokens.c34 static char wbuf[4 * OBS]; variable
35 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 32 milliseconds