Searched refs:text_top (Results 1 – 3 of 3) sorted by relevance
79 static int text_col = 0, text_row = 0, text_top = 0; variable188 draw_text_line(i, text[(i + text_top) % text_rows]); in draw_screen_locked()336 text_top = 1; in ui_init()454 if (text_row == text_top) text_top = (text_top + 1) % text_rows; in ui_print()
82 static int text_col = 0, text_row = 0, text_top = 0; variable566 text_top = 1; in ui_init()656 if (text_row == text_top) text_top = (text_top + 1) % text_rows; in ui_print()772 text_top = 1; in ui_print_init()
115 int text_col, text_row, text_top; variable