tag | line | file | source code |
---|---|---|---|
new_y | 139 | drivers/char/console.c | static void gotoxy(int currcons, int new_x, int new_y); |
new_y | 483 | drivers/char/console.c | static void gotoxy(int currcons, int new_x, int new_y) |
new_y | 495 | drivers/char/console.c | new_y += top; |
new_y | 499 | drivers/char/console.c | if (new_y < 0) |
new_y | 502 | drivers/char/console.c | if (new_y >= max_y) |
new_y | 505 | drivers/char/console.c | y = new_y; |