Home
last modified time | relevance | path

Searched refs:last_width (Results 1 – 1 of 1) sorted by relevance

/external/qemu/
Dconsole.c507 int w1, x, y, last_width; in text_console_resize() local
509 last_width = s->width; in text_console_resize()
513 w1 = last_width; in text_console_resize()
521 c1 = &s->cells[y * last_width]; in text_console_resize()