OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_width
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libcpp/
charset.cc
2381
int
next_width
;
2390
next_width
= m_policy.m_tabstop - (m_display_cols % m_policy.m_tabstop);
2405
next_width
= m_policy.m_undecoded_byte_width;
2412
next_width
= m_policy.m_width_cb (c);
2423
m_display_cols +=
next_width
;
2424
return
next_width
;
2375
int
next_width
;
local
charset.cc
2381
int
next_width
;
2390
next_width
= m_policy.m_tabstop - (m_display_cols % m_policy.m_tabstop);
2405
next_width
= m_policy.m_undecoded_byte_width;
2412
next_width
= m_policy.m_width_cb (c);
2423
m_display_cols +=
next_width
;
2424
return
next_width
;
2375
int
next_width
;
local
/src/external/gpl3/gcc/dist/libcpp/
charset.cc
3273
int
next_width
;
3282
next_width
= m_policy.m_tabstop - (m_display_cols % m_policy.m_tabstop);
3297
next_width
= m_policy.m_undecoded_byte_width;
3304
next_width
= m_policy.m_width_cb (c);
3315
m_display_cols +=
next_width
;
3316
return
next_width
;
charset.cc
3273
int
next_width
;
3282
next_width
= m_policy.m_tabstop - (m_display_cols % m_policy.m_tabstop);
3297
next_width
= m_policy.m_undecoded_byte_width;
3304
next_width
= m_policy.m_width_cb (c);
3315
m_display_cols +=
next_width
;
3316
return
next_width
;
Completed in 113 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026