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

/freebsd-11-stable/usr.bin/patch/
H A Dinp.c381 ifetch(LINENUM line, int whichbuf) argument
397 whichbuf = 0;
399 whichbuf = 1;
401 tiline[whichbuf] = baseline;
407 if (read(tifd, tibuf[whichbuf], tibuflen) !=
411 return tibuf[whichbuf] + (tireclen * offline);

Completed in 55 milliseconds