Searched refs:vc_x (Results 1 – 1 of 1) sorted by relevance
50 static int vc_x, vc_y, lastvc_x, lastvc_y; variable 111 vc_x = vc->state.x - (vc->state.x % WIDTH); in vc_follow_cursor() 124 /* Show portion of VC at vc_x, vc_y */132 2 * (vc_x + i) + vc_y * vc->vc_size_row); in vc_refresh() 172 if (vc_x > 0) { in keyboard_notifier_call() 173 vc_x -= WIDTH; in keyboard_notifier_call() 174 if (vc_x < 0) in keyboard_notifier_call() 175 vc_x = 0; in keyboard_notifier_call() 179 vc_x = vc->vc_cols-WIDTH; in keyboard_notifier_call() 184 if (vc_x in keyboard_notifier_call() [all...]