OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nmatch_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libedit/
filecomplete.c
479
char **
nmatch_list
;
local in function:completion_matches
482
nmatch_list
= el_realloc(match_list,
483
match_list_len * sizeof(*
nmatch_list
));
484
if (
nmatch_list
== NULL) {
488
match_list =
nmatch_list
;
filecomplete.c
479
char **
nmatch_list
;
local in function:completion_matches
482
nmatch_list
= el_realloc(match_list,
483
match_list_len * sizeof(*
nmatch_list
));
484
if (
nmatch_list
== NULL) {
488
match_list =
nmatch_list
;
Completed in 21 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025