Lines Matching refs:text_
63 text_(nullptr), in ScreenRecoveryUI()
290 gr_text(0, ty, text_[row], false); in draw_screen_locked()
398 text_ = Alloc2d(text_rows_, text_cols_ + 1); in Init()
522 text_[text_row_][text_col_] = '\0'; in Print()
527 if (*ptr != '\n') text_[text_row_][text_col_++] = *ptr; in Print()
529 text_[text_row_][text_col_] = '\0'; in Print()
537 if (ch != '\n') text_[text_row_][text_col_++] = ch; in PutChar()
553 memset(text_[i], 0, text_cols_ + 1); in ClearText()
615 char** old_text = text_; in ShowFile()
621 text_ = file_viewer_text_; in ShowFile()
627 text_ = old_text; in ShowFile()