screenline 166 gtags-cscope/display.c int screenline; /* screen line number */ screenline 236 gtags-cscope/display.c for (disprefs = 0, screenline = REFLINE; screenline 237 gtags-cscope/display.c disprefs < mdisprefs && screenline <= lastdispline; screenline 238 gtags-cscope/display.c ++disprefs, ++screenline) { screenline 245 gtags-cscope/display.c displine[disprefs] = screenline; screenline 326 gtags-cscope/display.c if (++screenline > lastdispline) { screenline 337 gtags-cscope/display.c while (--screenline >= displine[disprefs]) { screenline 338 gtags-cscope/display.c move(screenline, 0); screenline 341 gtags-cscope/display.c ++screenline; screenline 349 gtags-cscope/display.c move(screenline, COLS - width); screenline 355 gtags-cscope/display.c if (screenline < i) {