Searched refs:bottomline (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Ddisplay.c58 int bottomline; /* bottom line of page */ variable
334 bottomline = nextline;
335 if (bottomline - topline < totallines) {
339 if (bottomline - 1 == topline) {
343 bottomline - 1);
H A Dglobal.h143 extern int bottomline; /* bottom line of page */
H A Dcommand.c212 if (i - bottomline <= 0) {
312 drawscrollbar(topline, bottomline, totallines);

Completed in 72 milliseconds