Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/patch/
H A Dinp.c374 ifetch(LINENUM line, int whichbuf) in ifetch() argument
390 whichbuf = 0; in ifetch()
392 whichbuf = 1; in ifetch()
394 tiline[whichbuf] = baseline; in ifetch()
400 if (read(tifd, tibuf[whichbuf], tibuflen) in ifetch()
404 return tibuf[whichbuf] + (tireclen * offline); in ifetch()