Lines Matching refs:cols
61 static int cols __section(".data");
99 memmove(vidmem, vidmem + cols * 2, (lines - 1) * cols * 2);
100 for (i = (lines - 1) * cols * 2; i < lines * cols * 2; i += 2)
132 if (lines == 0 || cols == 0)
146 vidmem[(x + cols * y) * 2] = c;
147 if (++x >= cols) {
160 pos = (x + cols * y) * 2; /* Update cursor position */
385 lines = cols = 0;
431 cols = boot_params_ptr->screen_info.orig_video_cols;