OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LineCursorX
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xterm/dist/
screen.c
1445
int x =
LineCursorX
(screen, ld, screen->max_col + 1);
1790
x =
LineCursorX
(screen, ld, col);
1843
int my_x =
LineCursorX
(screen, ld, i);
1847
my_x =
LineCursorX
(screen, ld, i - 1);
1918
int my_x =
LineCursorX
(screen, ld, i);
1922
my_x =
LineCursorX
(screen, ld, i - 1);
ptyx.h
1619
#define
LineCursorX
(screen, ld, col) \
1634
#define
LineCursorX
(screen, ld, col) CursorX(screen, col)
util.c
1194
LineCursorX
(screen, ld, screen->cur_col),
2235
int src_x =
LineCursorX
(screen, ld, firstchar);
charproc.c
6706
spot.x = (short)
LineCursorX
(screen, ld, screen->cur_col);
13397
x =
LineCursorX
(screen, ld, cursor_col);
13664
x =
LineCursorX
(screen, ld, cursor_col);
Completed in 31 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026