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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcommand.c97 totallines = 0;
169 if (totallines == 0) {
182 if (totallines == 0) {
196 nextline = totallines - mdisprefs + 1;
201 i = totallines + 1;
220 if (totallines == 0) {
270 if (totallines == 0) {
312 drawscrollbar(topline, bottomline, totallines);
419 if (totallines > 1) {
467 totallines
[all...]
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;
H A Dglobal.h144 extern int totallines; /* total reference lines */
H A Dmain.c502 (void) printf("cscope: %d lines\n", totallines);
1560 drawscrollbar(topline, nextline, totallines);

Completed in 64 milliseconds