Searched refs:screenmax (Results 1 – 3 of 3) sorted by relevance
229 for (i = 0; i < screenmax; i++) in PD()233 move_to(0, screenmax >> 1); in PD()250 for (i = 0; i < screenmax; i++) in PU()259 if (y + i > screenmax) /* line no longer on screen */ in PU()260 move_to(0, screenmax >> 1); in PU()271 if (proceed(top_line, -screenmax) == header) in HO()288 if (proceed(bot_line, screenmax) == tail) in EF()291 reset(proceed(tail->prev, -screenmax), screenmax); in EF()313 move_to(x, (y == screenmax) ? screenmax : y + 1); in SU()356 if (last_y != screenmax) /* Reset last_y if necessary */ in reverse_scroll()[all …]
460 int screenmax = SCREENMAX; variable887 for (last_y = 0; last_y < nlines - 1 && last_y < screenmax in reset()1486 screenmax = ymax - 1; in main()2001 screenmax = ymax - 1; in get_term()
187 extern int screenmax;