Home
last modified time | relevance | path

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

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