Lines Matching refs:outbuf
58 char* outbuf; member
81 register char* cp = fp->outbuf; in outline()
96 cp = &fp->outbuf[TABSZ*n]; in outline()
101 cp = fp->outbuf; in outline()
159 strcpy(fp->outbuf, buf); in split()
160 fp->outp = fp->outbuf+prefix; in split()
205 memset(fp->outbuf, ' ', fp->prefix); in split()
206 fp->outp = &fp->outbuf[fp->prefix]; in split()
225 …if (!splice && !fp->retain && (!fp->quote || (fp->outp - fp->outbuf) < 2 || fp->outp[-2] != '\\' |… in split()
453 if (fp->endbuf > (fp->outbuf + fp->indent + 2*INDENT)) in dofmt()
570 char outbuf[8 * 1024]; in b_fmt() local
574 fmt.outbuf = outbuf; in b_fmt()
576 fmt.endbuf = &outbuf[72]; in b_fmt()
595 if (opt_info.num < TABSZ || opt_info.num>= sizeof(outbuf)) in b_fmt()
597 fmt.endbuf = &outbuf[opt_info.num]; in b_fmt()