Home
last modified time | relevance | path

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

/src/usr.bin/patch/
H A Dinp.c377 ifetch(LINENUM line, int whichbuf) in ifetch() argument
393 whichbuf = 0; in ifetch()
395 whichbuf = 1; in ifetch()
397 tiline[whichbuf] = baseline; in ifetch()
403 if (read(tifd, tibuf[whichbuf], tibuflen) != in ifetch()
407 return tibuf[whichbuf] + (tireclen * offline); in ifetch()