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

/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dfilecomplete.c266 size_t match_list_len, max_equal, which, i; local
270 match_list_len = 1;
273 if (matches + 3 >= match_list_len) {
275 while (matches + 3 >= match_list_len)
276 match_list_len <<= 1;
278 match_list_len * sizeof(char *));

Completed in 190 milliseconds