Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/kconfig/
Dnconf.gui.c516 int text_lines = 0, text_cols = 0; in show_scroll_win_ext() local
549 text_cols = max(win_cols-2, 0); in show_scroll_win_ext()
567 text_cols, 0); in show_scroll_win_ext()
570 text_cols, in show_scroll_win_ext()
629 if (start_x >= total_cols-text_cols) in show_scroll_win_ext()
630 start_x = total_cols-text_cols; in show_scroll_win_ext()