Home
last modified time | relevance | path

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

/freebsd/contrib/ee/
H A Dnew_curse.c2985 top_of_win = tmp;
2989 for (i = 0, tmp = top_of_win; (tmp->next_screen != NULL) && (i < end_row); i++)
3003 top_of_win = tmp;
3004 for (i = 0, tmp = top_of_win; i < row; i++)
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;
3056 curscr->first_line = top_of_win->next_screen;
3057 for (i = 0, tmp = top_of_win; i < row; i++)
3075 top_of_win = tmp;
[all …]
H A Dnew_curse.h164 struct _line *top_of_win; variable