Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/patch/
Dinp.c468 ifetch(LINENUM line, int whichbuf) in ifetch() argument
484 whichbuf = 0; in ifetch()
486 whichbuf = 1; in ifetch()
488 tiline[whichbuf] = baseline; in ifetch()
494 if (read(tifd, tibuf[whichbuf], BUFFERSIZE) < 0) in ifetch()
497 return tibuf[whichbuf] + (tireclen * offline); in ifetch()