OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_col
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xterm/dist/
cursor.c
72
int
max_col
= screen->
max_col
;
local
77
max_col
= screen->rgt_marg;
80
set_cur_col(screen, (use_col <=
max_col
? use_col :
max_col
));
219
max = screen->
max_col
;
575
TRACE(("set_cur_col %d vs %d\n", value, screen ? screen->
max_col
: -1));
579
assert(value <= screen->
max_col
);
screen.c
83
#define getMaxCol(screen) ((xw->flags & ORIGIN) ? (screen)->rgt_marg : (screen)->
max_col
)
1110
screen->
max_col
+ 1,
1445
int x = LineCursorX(screen, ld, screen->
max_col
+ 1);
1748
hi_col = screen->
max_col
;
2097
5. Sets screen->max_row and screen->
max_col
to reflect new size
2344
if (screen->cur_col > screen->
max_col
)
2345
set_cur_col(screen, screen->
max_col
);
2483
int
max_col
= maxRectCol(screen);
local
2490
else if (col >
max_col
)
2491
col =
max_col
;
[
all
...]
ptyx.h
301
#define MaxCols(screen) ((screen)->
max_col
+ 1)
1617
? (screen->
max_col
/ 2) \
1618
: (screen->
max_col
))
1633
#define LineMaxCol(screen, ld) screen->
max_col
2707
int
max_col
; /* rightmost column */
member in struct:__anon65
3649
* have ended naturally with a CR at column
max_col
.
Completed in 11 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026