Home
last modified time | relevance | path

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

/scripts/kconfig/
Dnconf.gui.c518 int text_lines = 0, text_cols = 0; in show_scroll_win_ext() local
551 text_cols = max(win_cols-2, 0); in show_scroll_win_ext()
569 text_cols, 0); in show_scroll_win_ext()
572 text_cols, in show_scroll_win_ext()
631 if (start_x >= total_cols-text_cols) in show_scroll_win_ext()
632 start_x = total_cols-text_cols; in show_scroll_win_ext()