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

/freebsd-10.2-release/usr.bin/patch/
H A Dinp.c456 ifetch(LINENUM line, int whichbuf) argument
472 whichbuf = 0;
474 whichbuf = 1;
476 tiline[whichbuf] = baseline;
482 if (read(tifd, tibuf[whichbuf], BUFFERSIZE) < 0)
485 return tibuf[whichbuf] + (tireclen * offline);

Completed in 38 milliseconds