Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.bin/patch/
HDinp.c380 ifetch(LINENUM line, int whichbuf) in ifetch() argument
396 whichbuf = 0; in ifetch()
398 whichbuf = 1; in ifetch()
400 tiline[whichbuf] = baseline; in ifetch()
406 if (read(tifd, tibuf[whichbuf], tibuflen) != in ifetch()
410 return tibuf[whichbuf] + (tireclen * offline); in ifetch()