Home | History | Annotate | Download | only in recovery

Lines Matching full:text_top

70     text_top(0),
214 int row = (text_top+text_rows-1) % text_rows;
294 text_top = 1;
396 if (text_row == text_top) text_top = (text_top + 1) % text_rows;
541 text_row = text_top = text_rows - 2;
546 text_top = text_row;
577 text_top = 1;
606 if (text_row == text_top) text_top = (text_top + 1) % text_rows;