HomeSort by: relevance | last modified time | path
    Searched defs:lines_per_buf (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/patch/
inp.c 69 static LINENUM lines_per_buf; /* how many lines per buffer */ variable in typeref:typename:LINENUM
433 lines_per_buf = BUFFERSIZE / maxlen;
442 p = tibuf[0] + maxlen * (i % lines_per_buf);
443 if (i % lines_per_buf == 0) /* new block */
448 if (i % lines_per_buf != 0)
480 LINENUM offline = line % lines_per_buf;
490 if (lseek(tifd, (off_t) (baseline / lines_per_buf *

Completed in 13 milliseconds