Lines Matching refs:lastcol
211 register unsigned long firstrow, lastrow, firstcol, lastcol;
222 lastcol = pfi->lastCol;
228 row = loc / (lastcol - firstcol + 1) + firstrow;
229 col = loc % (lastcol - firstcol + 1) + firstcol;
246 if (col >= firstcol && col <= lastcol &&
253 if (col2 > lastcol) col2 = lastcol;
281 fullrange[0].max_char_low = lastcol;
300 col2 = lastcol;
305 if (col2 > lastcol) col2 = lastcol;
310 col1 < firstcol || col1 > lastcol)
316 loc = (row - firstrow) * (lastcol + 1 - firstcol) +
324 (col2 & 0xf) != 0xf) && (col2 < lastcol))
333 if (col2 > lastcol) col2 = lastcol;