Lines Matching refs:col
111 int row, col;113 vga_getpos(&row, &col);116 col += 8 - (col % 8);117 if (col == VGA_TEXT_COLS)118 col = 79;119 vga_setpos(row, col);127 if (col > 0)128 vga_setpos(row, col - 1);133 vga_setpos(row + 1, col);140 if (col < VGA_TEXT_COLS -1)141 vga_setpos(row, col + 1);