Home
last modified time | relevance | path

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

/original-bsd/usr.bin/patch/
H A Dinp.c265 ifetch(line,whichbuf) in ifetch() argument
267 int whichbuf; /* ignored when file in memory */
278 whichbuf = 0;
280 whichbuf = 1;
282 tiline[whichbuf] = baseline;
286 if (read(tifd, tibuf[whichbuf], BUFFERSIZE) < 0)
289 return tibuf[whichbuf] + (tireclen*offline);