OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:destcol
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libcurses/
cr_put.c
68
static int outcol, outline,
destcol
, destline;
variable
81
destcol
= x;
97
"fgoto: outcol=%d, outline=%d,
destcol
=%d, destline=%d\n",
98
outcol, outline,
destcol
, destline);
99
if (
destcol
>= COLS) {
100
destline +=
destcol
/ COLS;
101
destcol
%= COLS;
133
c =
destcol
;
135
destcol
= 0;
137
destcol
= c
[
all
...]
Completed in 13 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026