Lines Matching defs:maxcol
251 unsigned int nr, row, col, maxcol = vc->vc_cols;
259 row = pos / maxcol;
260 col = pos % maxcol;
261 nr = maxcol - col;
270 nr = maxcol;
280 unsigned int col, maxcol = vc->vc_cols;
283 col = pos % maxcol;
284 pos += maxcol - col;
288 if (++col == maxcol) {
291 pos += maxcol;
301 unsigned int col, maxcol = vc->vc_cols;
339 col = pos % maxcol;
342 pos += maxcol - col;
354 if (++col == maxcol) {
357 pos += maxcol;
482 unsigned int col, maxcol = vc->vc_cols;
485 col = pos % maxcol;
486 pos += maxcol - col;
495 if (++col == maxcol) {
498 pos += maxcol;
522 unsigned int col, maxcol = vc->vc_cols;
542 col = (pos/2) % maxcol;
554 if (++col == maxcol) {
561 pos += maxcol - col;
571 if (++col == maxcol) {
574 pos += maxcol;