Home
last modified time | relevance | path

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

/external/libedit/src/
Dfilecomplete.c293 char **nmatch_list; in completion_matches() local
296 nmatch_list = el_realloc(match_list, in completion_matches()
297 match_list_len * sizeof(*nmatch_list)); in completion_matches()
298 if (nmatch_list == NULL) { in completion_matches()
302 match_list = nmatch_list; in completion_matches()