Home
last modified time | relevance | path

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

/original-bsd/usr.bin/patch/
H A Dinp.c25 static LINENUM lines_per_buf; /* how many lines per buffer */ variable
236 lines_per_buf = BUFFERSIZE / maxlen;
243 if (! (i % lines_per_buf)) /* new block */
246 if (fgets(tibuf[0] + maxlen * (i%lines_per_buf), maxlen + 1, ifp)
249 if (i % lines_per_buf)
274 LINENUM offline = line % lines_per_buf;
284 Lseek(tifd, (off_t)baseline / lines_per_buf * BUFFERSIZE, 0);