OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_completions
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
completer.c
1877
int
max_completions
= 200;
1968
if (
max_completions
== 0)
1971
if (htab_elements (m_entries_hash.get ()) >=
max_completions
)
2143
/* Generate completions all at once. Does nothing if
max_completions
2144
is 0. If
max_completions
is non-negative, this will collect at
2145
most
max_completions
strings.
2159
if (
max_completions
== 0)
2788
if (this->number_matches ==
max_completions
)
3422
gdb_assert (
max_completions
!= 0);
3425
if (
max_completions
> 0
1876
int
max_completions
= 200;
variable
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
completer.c
1877
int
max_completions
= 200;
1968
if (
max_completions
== 0)
1971
if (htab_elements (m_entries_hash.get ()) >=
max_completions
)
2143
/* Generate completions all at once. Does nothing if
max_completions
2144
is 0. If
max_completions
is non-negative, this will collect at
2145
most
max_completions
strings.
2159
if (
max_completions
== 0)
2788
if (this->number_matches ==
max_completions
)
3422
gdb_assert (
max_completions
!= 0);
3425
if (
max_completions
> 0
1876
int
max_completions
= 200;
variable
[
all
...]
Completed in 54 milliseconds
Indexes created Sun Apr 12 00:22:20 UTC 2026