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

  /src/lib/libedit/
filecomplete.c 470 char **match_list = NULL, *retstr, *prevstr; local in function:completion_matches
482 nmatch_list = el_realloc(match_list,
485 el_free(match_list);
488 match_list = nmatch_list;
491 match_list[++matches] = retstr;
494 if (!match_list)
497 /* find least denominator and insert it to match_list[0] */
499 prevstr = match_list[1];
503 prevstr[i] == match_list[which][i]; i++)
510 el_free(match_list);
    [all...]
filecomplete.c 470 char **match_list = NULL, *retstr, *prevstr; local in function:completion_matches
482 nmatch_list = el_realloc(match_list,
485 el_free(match_list);
488 match_list = nmatch_list;
491 match_list[++matches] = retstr;
494 if (!match_list)
497 /* find least denominator and insert it to match_list[0] */
499 prevstr = match_list[1];
503 prevstr[i] == match_list[which][i]; i++)
510 el_free(match_list);
    [all...]

Completed in 35 milliseconds