OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:match_list_len
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libedit/
filecomplete.c
471
size_t
match_list_len
, max_equal, which, i;
local in function:completion_matches
475
match_list_len
= 1;
478
if (matches + 3 >=
match_list_len
) {
480
while (matches + 3 >=
match_list_len
)
481
match_list_len
<<= 1;
483
match_list_len
* sizeof(*nmatch_list));
filecomplete.c
471
size_t
match_list_len
, max_equal, which, i;
local in function:completion_matches
475
match_list_len
= 1;
478
if (matches + 3 >=
match_list_len
) {
480
while (matches + 3 >=
match_list_len
)
481
match_list_len
<<= 1;
483
match_list_len
* sizeof(*nmatch_list));
Completed in 90 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025