Lines Matching refs:lastcol
213 register unsigned long firstrow, lastrow, firstcol, lastcol;
224 lastcol = pfi->lastCol;
230 row = loc / (lastcol - firstcol + 1) + firstrow;
231 col = loc % (lastcol - firstcol + 1) + firstcol;
248 if (col >= firstcol && col <= lastcol &&
255 if (col2 > lastcol) col2 = lastcol;
283 fullrange[0].max_char_low = lastcol;
302 col2 = lastcol;
307 if (col2 > lastcol) col2 = lastcol;
312 col1 < firstcol || col1 > lastcol)
318 loc = (row - firstrow) * (lastcol + 1 - firstcol) +
326 (col2 & 0xf) != 0xf) && (col2 < lastcol))
335 if (col2 > lastcol) col2 = lastcol;