OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:with_len
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-ada-spec.cc
868
static int
with_len
= 0;
variable
881
if (
with_len
== withs_max)
887
for (i = 0; i <
with_len
; i++)
895
withs[
with_len
].s = xstrdup (s);
896
withs[
with_len
].in_file = current_source_file;
897
withs[
with_len
].limited = limited_access;
898
with_len
++;
911
for (i = 0; i <
with_len
; i++)
916
with_len
= 0;
928
for (i = 0; i <
with_len
; i++
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ada-spec.cc
868
static int
with_len
= 0;
variable
881
if (
with_len
== withs_max)
887
for (i = 0; i <
with_len
; i++)
895
withs[
with_len
].s = xstrdup (s);
896
withs[
with_len
].in_file = current_source_file;
897
withs[
with_len
].limited = limited_access;
898
with_len
++;
911
for (i = 0; i <
with_len
; i++)
916
with_len
= 0;
928
for (i = 0; i <
with_len
; i++
[
all
...]
/src/lib/libedit/
readline.c
531
size_t len,
with_len
, what_len;
local
534
with_len
= strlen(with);
541
len +=
with_len
- what_len;
554
memcpy(r, with,
with_len
);
555
r +=
with_len
;
Completed in 29 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026