Searched defs:totallines (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Ddisplay.c59 int totallines; /* total reference lines */ variable
159 if (totallines == 0) {
201 if (nextline > totallines) {
335 if (bottomline - topline < totallines) {
346 "display next lines", totallines);
355 drawscrollbar(topline, nextline, totallines);
437 totallines = 0;
507 totallines = 0;
529 ++totallines;

Completed in 58 milliseconds