taglinefilesource code
new_x278drivers/char/console.cstatic void gotoxy(int currcons, int new_x, int new_y)
new_x282drivers/char/console.cif (new_x < 0)
new_x285drivers/char/console.cif (new_x >= video_num_columns)
new_x288drivers/char/console.cx = new_x;