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

/external/libedit/src/
H A Dfilecomplete.c473 size_t matches_num, maxlen, match_len, match_display=1; local
511 matches_num = (size_t)(i - 1);
520 if (matches_num > query_items) {
523 matches_num);
534 * We have matches_num strings not counting
536 * add 1 to matches_num for the call.
539 matches_num+1, maxlen);

Completed in 102 milliseconds