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

/scripts/kconfig/
H A Dnconf.gui.c550 int text_lines = 0, text_cols = 0; local
575 text_cols = max(win_cols-2, 0);
594 text_cols, 0);
598 text_cols,
645 if (start_x >= total_cols-text_cols)
646 start_x = total_cols-text_cols;

Completed in 3 milliseconds