Home
last modified time | relevance | path

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

/linux/drivers/tty/vt/
H A Dvt.c1177 u32 **new_uniscr = NULL; in vc_do_resize() local
1216 new_uniscr = vc_uniscr_alloc(new_cols, new_rows); in vc_do_resize()
1217 if (!new_uniscr) { in vc_do_resize()
1232 vc_uniscr_free(new_uniscr); in vc_do_resize()
1266 vc_uniscr_copy_area(new_uniscr, new_cols, new_rows, in vc_do_resize()
1269 vc_uniscr_set(vc, new_uniscr); in vc_do_resize()
1955 u32 **new_uniscr = vc_uniscr_alloc(vc->vc_cols, vc->vc_rows); in leave_alt_screen() local
1957 if (new_uniscr) in leave_alt_screen()
1958 vc_uniscr_copy_area(new_uniscr, vc->vc_cols, vc->vc_rows, in leave_alt_screen()
1961 vc->vc_saved_uni_lines = new_uniscr; in leave_alt_screen()