Home
last modified time | relevance | path

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

/netbsd/src/games/sail/
Dpl_7.c356 unsigned index_of_y; in draw_scroll() local
378 index_of_y = index_of_top + y; in draw_scroll()
379 if (index_of_y >= total_lines) { in draw_scroll()
383 waddstr(scroll_w, stringarray_get(sc_lines, index_of_y)); in draw_scroll()