Searched refs:linebufpos (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/libexec/tradcpp/
H A Doutput.c44 static size_t linebufpos, linebufmax; variable
165 if (linebufpos + len > linebufmax) {
170 while (linebufpos + len > linebufmax) {
175 if (linebufpos == 0) {
187 memcpy(linebuf + linebufpos, buf, len);
188 linebufpos += len;
191 filter_output(linebuf, linebufpos);
192 linebufpos = 0;

Completed in 103 milliseconds