Home
last modified time | relevance | path

Searched refs:top_of_win (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/ee/
H A Dnew_curse.c2985 top_of_win = tmp;
3003 top_of_win = tmp;
3027 …for (i = 0, top_of_win = curscr->first_line; (top_of_win->next_screen != NULL) && (i < window->SR)…
3028 top_of_win = top_of_win->next_screen;
3054 top_of_win = tmp;
3075 top_of_win = tmp;
3336 top_of_win = curscr->first_line; in doupdate()
3353 curr = top_of_win; in doupdate()
3434 curr = top_of_win; in doupdate()
3499 curr = top_of_win; in doupdate()
[all …]
H A Dnew_curse.h164 struct _line *top_of_win; variable