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

  /src/games/sail/
pl_7.c 355 unsigned index_of_top; local in function:draw_scroll
367 index_of_top = total_lines - visible_lines;
369 index_of_top = 0;
371 if (index_of_top < sc_scrollup) {
372 index_of_top = 0;
374 index_of_top -= sc_scrollup;
378 index_of_y = index_of_top + y;

Completed in 12 milliseconds