OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_max_length
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/tui/
tui-source.c
96
m_max_length
= -1;
108
m_max_length
= std::max (
m_max_length
, line_len);
tui-disasm.c
349
m_max_length
= -1;
374
m_max_length
= std::max (
m_max_length
, line_len);
tui-winsource.c
327
int content_width =
m_max_length
;
367
int required_pad_width = std::max (
m_max_length
, width);
535
int content_width =
m_max_length
;
tui-winsource.h
137
int
m_max_length
;
member in struct:tui_source_window_base
203
make sense given the current
M_MAX_LENGTH
(content width), WIDTH
258
/* If M_PAD is not as wide as the content (so less than
M_MAX_LENGTH
)
/src/external/gpl3/gdb.old/dist/gdb/tui/
tui-source.c
88
m_max_length
= -1;
100
m_max_length
= std::max (
m_max_length
, line_len);
tui-disasm.c
355
m_max_length
= -1;
380
m_max_length
= std::max (
m_max_length
, line_len);
tui-winsource.c
326
int content_width =
m_max_length
;
366
int required_pad_width = std::max (
m_max_length
, width);
540
int content_width =
m_max_length
;
tui-winsource.h
136
int
m_max_length
;
member in struct:tui_source_window_base
197
make sense given the current
M_MAX_LENGTH
(content width), WIDTH
255
/* If M_PAD is not as wide as the content (so less than
M_MAX_LENGTH
)
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026