HomeSort by relevance Sort by last modified time
    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