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

/illumos-gate/usr/src/tools/cscope-fast/
H A Ddisplay.c50 int *displine; /* screen line of displayed reference */ variable
138 displine = (int *)mymalloc(mdisprefs * sizeof (int));
229 displine[disprefs] = screenline;
313 displine[disprefs]) {
H A Dcommand.c120 if (p->y1 >= displine[i]) {
578 if (p->y1 >= displine[i]) {
683 (void) move(displine[i], selectlen);
H A Dglobal.h135 extern int *displine; /* screen line of displayed reference */

Completed in 46 milliseconds