Home
last modified time | relevance | path

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

/external/libedit/src/
Dfilecomplete.c285 size_t match_list_len, max_equal, which, i; in completion_matches() local
289 match_list_len = 1; in completion_matches()
292 if (matches + 3 >= match_list_len) { in completion_matches()
294 while (matches + 3 >= match_list_len) in completion_matches()
295 match_list_len <<= 1; in completion_matches()
297 match_list_len * sizeof(*nmatch_list)); in completion_matches()