OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:quoted_len
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
pretty-print.cc
1109
const size_t
quoted_len
= quoted_text_end_idx - quoted_text_start_idx;
local
1110
if (
quoted_len
== 0)
1114
char *url = urlifier->get_url_for_quoted_text (start,
quoted_len
);
1145
obstack_append_string (obstack, text,
quoted_len
);
1153
obstack_append_string (obstack, text +
quoted_len
);
Completed in 16 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026