tag | line | file | source code |
---|---|---|---|
new_x | 261 | kernel/chr_drv/console.c | static void gotoxy(int currcons, int new_x, int new_y) |
new_x | 265 | kernel/chr_drv/console.c | if (new_x < 0) |
new_x | 268 | kernel/chr_drv/console.c | if (new_x >= video_num_columns) |
new_x | 271 | kernel/chr_drv/console.c | x = new_x; |