OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:match_list_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/readline/readline/
complete.c
2219
int
match_list_size
;
local
2231
match_list_size
= 10;
2232
match_list = (char **)xmalloc ((
match_list_size
+ 1) * sizeof (char *));
2250
match_list_size
= 0;
2255
if (matches + 1 >=
match_list_size
)
2257
(match_list, ((
match_list_size
+= 10) + 1) * sizeof (char *));
2714
static int
match_list_size
= 0;
local
2728
match_list_index =
match_list_size
= 0;
2780
for (
match_list_size
= 0; matches[
match_list_size
]; match_list_size++
2845
static int
match_list_size
= 0;
local
[
all
...]
/src/external/gpl3/gdb.old/dist/readline/readline/
complete.c
2201
int
match_list_size
;
local
2213
match_list_size
= 10;
2214
match_list = (char **)xmalloc ((
match_list_size
+ 1) * sizeof (char *));
2232
match_list_size
= 0;
2237
if (matches + 1 >=
match_list_size
)
2239
(match_list, ((
match_list_size
+= 10) + 1) * sizeof (char *));
2690
static int
match_list_size
= 0;
local
2704
match_list_index =
match_list_size
= 0;
2756
for (
match_list_size
= 0; matches[
match_list_size
]; match_list_size++
2821
static int
match_list_size
= 0;
local
[
all
...]
Completed in 26 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026