OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_x_offset_display
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
diagnostic-show-locus.cc
382
int get_x_offset_display () const { return
m_x_offset_display
; }
447
int
m_x_offset_display
;
member in class:__anon13576::layout
1191
Determine
m_x_offset_display
, to ensure that the primary caret
1213
m_x_offset_display
(0),
1242
show_ruler (
m_x_offset_display
+ m_options.max_width);
1622
/* Calculate
m_x_offset_display
, which improves readability in case the source
1625
m_x_offset_display
display columns, so that the caret is in a reasonable
1631
m_x_offset_display
= 0;
1694
m_x_offset_display
= caret_display_column - max_caret_display_column;
1697
if (source_display_cols -
m_x_offset_display
< min_cols_visible
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
diagnostic-show-locus.cc
380
int get_x_offset_display () const { return
m_x_offset_display
; }
444
int
m_x_offset_display
;
member in class:__anon16012::layout
1181
Determine
m_x_offset_display
, to ensure that the primary caret
1202
m_x_offset_display
(0),
1231
show_ruler (
m_x_offset_display
+ m_context->caret_max_width);
1599
/* Calculate
m_x_offset_display
, which improves readability in case the source
1602
m_x_offset_display
display columns, so that the caret is in a reasonable
1608
m_x_offset_display
= 0;
1671
m_x_offset_display
= caret_display_column - max_caret_display_column;
1674
if (source_display_cols -
m_x_offset_display
< min_cols_visible
[
all
...]
Completed in 17 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026