Searched refs:nmatch_list (Results 1 – 1 of 1) sorted by relevance
293 char **nmatch_list; in completion_matches() local296 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()