Searched refs:totallines (Results 1 – 4 of 4) sorted by relevance
97 totallines = 0; in command()169 if (totallines == 0) { in command()182 if (totallines == 0) { in command()196 nextline = totallines - mdisprefs + 1; in command()201 i = totallines + 1; in command()220 if (totallines == 0) { in command()270 if (totallines == 0) { in command()312 drawscrollbar(topline, bottomline, totallines); in command()419 if (totallines > 1) { in command()467 totallines = 0; in readrefs()[all …]
59 int totallines; /* total reference lines */ variable159 if (totallines == 0) { in display()201 if (nextline > totallines) { in display()335 if (bottomline - topline < totallines) { in display()346 "display next lines", totallines); in display()355 drawscrollbar(topline, nextline, totallines); in display()437 totallines = 0; in search()507 totallines = 0; in countrefs()529 ++totallines; in countrefs()
144 extern int totallines; /* total reference lines */
502 (void) printf("cscope: %d lines\n", totallines); in main()1560 drawscrollbar(topline, nextline, totallines); in entercurses()