Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/patch/
H A Dinp.c382 ifetch(LINENUM line, int whichbuf) in ifetch() argument
398 whichbuf = 0; in ifetch()
400 whichbuf = 1; in ifetch()
402 tiline[whichbuf] = baseline; in ifetch()
408 if (read(tifd, tibuf[whichbuf], tibuflen) != in ifetch()
412 return tibuf[whichbuf] + (tireclen * offline); in ifetch()