Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcommand.c97 totallines = 0; in command()
169 if (totallines == 0) { in command()
182 if (totallines == 0) { in command()
201 i = totallines + 1; in command()
220 if (totallines == 0) { in command()
270 if (totallines == 0) { in command()
419 if (totallines > 1) { in command()
467 totallines = 0; in readrefs()
564 seekline(totallines); in changestring()
682 if (j < totallines) { in mark()
[all …]
H A Ddisplay.c59 int totallines; /* total reference lines */ variable
159 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()
H A Dglobal.h144 extern int totallines; /* total reference lines */
H A Dmain.c500 (void) printf("cscope: %d lines\n", totallines); in main()
1558 drawscrollbar(topline, nextline, totallines); in entercurses()