OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Oct 14 11:09:46 GMT 2025