OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:destline
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libcurses/
cr_put.c
68
static int outcol, outline, destcol,
destline
;
variable
73
* the lack thereof and rolling up the screen to get
destline
on the screen.
82
destline
= y;
97
"fgoto: outcol=%d, outline=%d, destcol=%d,
destline
=%d\n",
98
outcol, outline, destcol,
destline
);
100
destline
+= destcol / COLS;
125
destline
-= outline - (LINES - 1);
129
if (
destline
>= LINES) {
130
l =
destline
;
131
destline
= LINES - 1
[
all
...]
Completed in 112 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026