OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nmatch_list
(Results
1 - 1
of
1
) sorted by null
/external/libedit/src/
filecomplete.c
293
char **
nmatch_list
;
local
296
nmatch_list
= el_realloc(match_list,
297
match_list_len * sizeof(*
nmatch_list
));
298
if (
nmatch_list
== NULL) {
302
match_list =
nmatch_list
;
Completed in 130 milliseconds