HomeSort by: relevance | last modified time | path
    Searched defs:tiline (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/patch/
inp.c 68 static LINENUM tiline[2] = {-1, -1}; /* 1st line in each buffer */ variable in typeref:typename:LINENUM[2]
100 tiline[0] = tiline[1] = -1;
483 if (tiline[0] == baseline)
485 else if (tiline[1] == baseline)
488 tiline[whichbuf] = baseline;
inp.c 68 static LINENUM tiline[2] = {-1, -1}; /* 1st line in each buffer */ variable in typeref:typename:LINENUM[2]
100 tiline[0] = tiline[1] = -1;
483 if (tiline[0] == baseline)
485 else if (tiline[1] == baseline)
488 tiline[whichbuf] = baseline;

Completed in 23 milliseconds