Home
last modified time | relevance | path

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

/original-bsd/usr.bin/patch/
H A Dinp.c24 static LINENUM tiline[2] = {-1, -1}; /* 1st line in each buffer */ variable
51 tiline[0] = tiline[1] = -1; in re_input()
277 if (tiline[0] == baseline)
279 else if (tiline[1] == baseline)
282 tiline[whichbuf] = baseline;