HomeSort by: relevance | last modified time | path
    Searched defs:visible_lines (Results 1 - 2 of 2) sorted by relevancy

  /src/games/sail/
pl_7.c 354 unsigned visible_lines; local in function:draw_scroll
363 visible_lines = SCROLL_Y - 1;
366 if (total_lines > visible_lines) {
367 index_of_top = total_lines - visible_lines;
377 for (y = 0; y < visible_lines; y++) {
784 unsigned total_lines, visible_lines, limit; local in function:display_scroll_pageup
788 visible_lines = SCROLL_Y - 1;
789 limit = total_lines - visible_lines;
pl_7.c 354 unsigned visible_lines; local in function:draw_scroll
363 visible_lines = SCROLL_Y - 1;
366 if (total_lines > visible_lines) {
367 index_of_top = total_lines - visible_lines;
377 for (y = 0; y < visible_lines; y++) {
784 unsigned total_lines, visible_lines, limit; local in function:display_scroll_pageup
788 visible_lines = SCROLL_Y - 1;
789 limit = total_lines - visible_lines;

Completed in 26 milliseconds