Searched refs:nmatch_list (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dfilecomplete.c274 char **nmatch_list; local
277 nmatch_list = realloc(match_list,
279 if (nmatch_list == NULL) {
283 match_list = nmatch_list;

Completed in 112 milliseconds