Searched refs:g_active_vc (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/core/virtcon/
H A Dvc-input.cpp19 vc_t* g_active_vc; variable
55 vc_scroll_viewport(g_active_vc, -1);
61 vc_scroll_viewport(g_active_vc, 1);
67 vc_scroll_viewport(g_active_vc, -(vc_rows(g_active_vc) / 2));
73 vc_scroll_viewport(g_active_vc, vc_rows(g_active_vc) / 2);
79 vc_scroll_viewport_top(g_active_vc);
85 vc_scroll_viewport_bottom(g_active_vc);
132 if (vc == g_active_vc) {
[all...]
H A Dvc.h159 extern vc_t* g_active_vc;
H A Dvc-display.cpp96 if (g_vc_owns_display && g_active_vc) {
97 vc_full_repaint(g_active_vc);
98 vc_render(g_active_vc);

Completed in 20 milliseconds