Home
last modified time | relevance | path

Searched refs:last_y (Results 1 – 3 of 3) sorted by relevance

/minix3/minix/usr.bin/mined/
H A Dmined1.c673 if (new_y < 0 || new_y > last_y) in move()
804 for (last_y = 0; last_y < nlines - 1 && last_y < screenmax in reset()
805 && line->next != tail; last_y++) in reset()
809 y = (screen_y > last_y) ? last_y : screen_y; in reset()
1118 int last_y; /* Last y of screen. Usually SCREENMAX */ variable
1243 display (0, 0, header->next, last_y); in load_file()
1376 display(0, 0, top_line, last_y); in RD()
H A Dmined2.c30 if (y == last_y) { /* Last line of screen. Scroll one line */ in DN1()
88 move_to(0, last_y); in LOW()
191 move_to(LINE_START, last_y); in EF()
245 if (last_y != screenmax) /* Reset last_y if necessary */ in reverse_scroll()
246 last_y++; in reverse_scroll()
439 display(0, y, cur_line, last_y - y); in S()
639 shift = last_y; /* Save value */ in delete()
1662 if (last_y != screenmax) { in dummy_line()
1663 last_y++; in dummy_line()
H A Dmined.h119 extern int last_y; /* Last y of screen. Usually SCREENMAX */