Searched refs:start_x (Results 1 – 2 of 2) sorted by relevance
/linux/scripts/kconfig/ |
H A D | nconf.gui.c | 525 int start_x = 0, start_y = 0; in show_scroll_win_ext() local 537 start_x = *hscroll; in show_scroll_win_ext() 576 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win_ext() 612 start_x--; in show_scroll_win_ext() 616 start_x++; in show_scroll_win_ext() 637 if (start_x < 0) in show_scroll_win_ext() 638 start_x = 0; in show_scroll_win_ext() 639 if (start_x >= total_cols-text_cols) in show_scroll_win_ext() 640 start_x = total_cols-text_cols; in show_scroll_win_ext() 644 *hscroll = start_x; in show_scroll_win_ext()
|
/linux/drivers/tty/vt/ |
H A D | vt.c | 3224 ushort start_x, cnt; in vt_console_print() local 3251 start_x = vc->state.x; in vt_console_print() 3258 vc->vc_sw->con_putcs(vc, start, cnt, vc->state.y, start_x); in vt_console_print() 3263 start_x = vc->state.x; in vt_console_print() 3270 start_x = vc->state.x; in vt_console_print() 3286 vc->vc_sw->con_putcs(vc, start, cnt, vc->state.y, start_x); in vt_console_print()
|