text_cols 558 scripts/kconfig/nconf.gui.c int text_lines = 0, text_cols = 0; text_cols 585 scripts/kconfig/nconf.gui.c text_cols = max(win_cols-2, 0); text_cols 604 scripts/kconfig/nconf.gui.c text_cols, 0); text_cols 608 scripts/kconfig/nconf.gui.c text_cols, text_cols 657 scripts/kconfig/nconf.gui.c if (start_x >= total_cols-text_cols) text_cols 658 scripts/kconfig/nconf.gui.c start_x = total_cols-text_cols;