taglinefilesource code
new_x259kernel/chr_drv/console.cstatic void gotoxy(int currcons, int new_x, int new_y)
new_x263kernel/chr_drv/console.cif (new_x < 0)
new_x266kernel/chr_drv/console.cif (new_x >= video_num_columns)
new_x269kernel/chr_drv/console.cx = new_x;