HomeSort by: relevance | last modified time | path
    Searched defs:nmatch_list (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/
filecomplete.c 479 char **nmatch_list; local in function:completion_matches
482 nmatch_list = el_realloc(match_list,
483 match_list_len * sizeof(*nmatch_list));
484 if (nmatch_list == NULL) {
488 match_list = nmatch_list;
filecomplete.c 479 char **nmatch_list; local in function:completion_matches
482 nmatch_list = el_realloc(match_list,
483 match_list_len * sizeof(*nmatch_list));
484 if (nmatch_list == NULL) {
488 match_list = nmatch_list;

Completed in 21 milliseconds