Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dfilecomplete.c471 size_t match_list_len, max_equal, which, i; in completion_matches() local
475 match_list_len = 1; in completion_matches()
478 if (matches + 3 >= match_list_len) { in completion_matches()
480 while (matches + 3 >= match_list_len) in completion_matches()
481 match_list_len <<= 1; in completion_matches()
483 match_list_len * sizeof(*nmatch_list)); in completion_matches()