Searched refs:text_cols (Results 1 – 2 of 2) sorted by relevance
61 text_cols(0), in ScreenRecoveryUI()335 text_cols = gr_fb_width() / CHAR_WIDTH; in Init()336 if (text_cols > kMaxCols - 1) text_cols = kMaxCols - 1; in Init()478 if (text_rows > 0 && text_cols > 0) { in Print()481 if (*ptr == '\n' || text_col >= text_cols) { in Print()499 if (text_rows > 0 && text_cols > 0) { in StartMenu()502 strncpy(menu[i], headers[i], text_cols-1); in StartMenu()503 menu[i][text_cols-1] = '\0'; in StartMenu()508 strncpy(menu[i], items[i-menu_top], text_cols-1); in StartMenu()509 menu[i][text_cols-1] = '\0'; in StartMenu()[all …]
83 int text_cols, text_rows; variable