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

  /src/games/larn/
display.c 548 static int lincount, count; variable in typeref:typename:int
553 count = lincount = 0;
581 lincount += 3;
594 lincount += 3;
607 if (lincount != 0)
621 lincount++;
624 if (lincount > 17) {
625 lincount = 0;

Completed in 11 milliseconds