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.c1143 u32 **new_uniscr = NULL; in vc_do_resize() local
1182 new_uniscr = vc_uniscr_alloc(new_cols, new_rows); in vc_do_resize()
1183 if (!new_uniscr) { in vc_do_resize()
1198 vc_uniscr_free(new_uniscr); in vc_do_resize()
1232 vc_uniscr_copy_area(new_uniscr, new_cols, new_rows, in vc_do_resize()
1235 vc_uniscr_set(vc, new_uniscr); in vc_do_resize()
1922 u32 **new_uniscr = vc_uniscr_alloc(vc->vc_cols, vc->vc_rows); in leave_alt_screen() local
1924 if (new_uniscr) in leave_alt_screen()
1925 vc_uniscr_copy_area(new_uniscr, vc->vc_cols, vc->vc_rows, in leave_alt_screen()
1928 vc->vc_saved_uni_lines = new_uniscr; in leave_alt_screen()