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

  /src/games/sail/
pl_7.c 353 unsigned total_lines; local in function:draw_scroll
365 total_lines = stringarray_num(sc_lines);
366 if (total_lines > visible_lines) {
367 index_of_top = total_lines - visible_lines;
379 if (index_of_y >= total_lines) {
784 unsigned total_lines, visible_lines, limit; local in function:display_scroll_pageup
787 total_lines = stringarray_num(sc_lines);
789 limit = total_lines - visible_lines;
pl_7.c 353 unsigned total_lines; local in function:draw_scroll
365 total_lines = stringarray_num(sc_lines);
366 if (total_lines > visible_lines) {
367 index_of_top = total_lines - visible_lines;
379 if (index_of_y >= total_lines) {
784 unsigned total_lines, visible_lines, limit; local in function:display_scroll_pageup
787 total_lines = stringarray_num(sc_lines);
789 limit = total_lines - visible_lines;

Completed in 21 milliseconds