OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scrollregion_left
(Results
1 - 2
of
2
) sorted by null
/external/libvterm/src/
vterm_internal.h
59
int
scrollregion_left
;
member in struct:VTermState
60
#define
SCROLLREGION_LEFT
(state) ((state)->mode.leftrightmargin ? (state)->
scrollregion_left
: 0)
state.c
115
.start_col =
SCROLLREGION_LEFT
(state),
408
.start_col =
SCROLLREGION_LEFT
(state),
746
state->pos.col = state->mode.origin ?
SCROLLREGION_LEFT
(state) : 0;
1017
state->pos.col +=
SCROLLREGION_LEFT
(state);
1098
rect.start_col =
SCROLLREGION_LEFT
(state);
1110
rect.start_col =
SCROLLREGION_LEFT
(state);
1137
rect.start_col =
SCROLLREGION_LEFT
(state);
1149
rect.start_col =
SCROLLREGION_LEFT
(state);
1218
state->pos.col +=
SCROLLREGION_LEFT
(state);
[
all
...]
Completed in 390 milliseconds