Searched refs:text_ (Results 1 – 2 of 2) sorted by relevance
332 text_(nullptr), in ScreenRecoveryUI()749 DrawTextLine(margin_width_, ty, text_[row], false); in draw_menu_and_text_buffer_locked()926 text_ = Alloc2d(text_rows_, text_cols_ + 1); in Init()1072 text_[text_row_][text_col_] = '\0'; in PrintV()1076 if (*ptr != '\n') text_[text_row_][text_col_++] = *ptr; in PrintV()1078 text_[text_row_][text_col_] = '\0'; in PrintV()1099 if (ch != '\n') text_[text_row_][text_col_++] = ch; in PutChar()1111 memset(text_[i], 0, text_cols_ + 1); in ClearText()1173 char** old_text = text_; in ShowFile()1178 text_ = file_viewer_text_; in ShowFile()[all …]
382 char** text_; variable