Searched refs:text_ (Results 1 – 2 of 2) sorted by relevance
327 text_(nullptr), in ScreenRecoveryUI()743 DrawTextLine(margin_width_, ty, text_[row], false); in draw_menu_and_text_buffer_locked()919 text_ = Alloc2d(text_rows_, text_cols_ + 1); in Init()1062 text_[text_row_][text_col_] = '\0'; in PrintV()1066 if (*ptr != '\n') text_[text_row_][text_col_++] = *ptr; in PrintV()1068 text_[text_row_][text_col_] = '\0'; in PrintV()1089 if (ch != '\n') text_[text_row_][text_col_++] = ch; in PutChar()1101 memset(text_[i], 0, text_cols_ + 1); in ClearText()1163 char** old_text = text_; in ShowFile()1168 text_ = file_viewer_text_; in ShowFile()[all …]
379 char** text_; variable