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

  /src/lib/libedit/
filecomplete.c 721 size_t matches_num, maxlen, match_len, match_display=1; local in function:fn_complete2
772 matches_num = (size_t)(i - 1);
781 if (matches_num > query_items) {
784 matches_num);
795 * We have matches_num strings not counting
797 * add 1 to matches_num for the call.
800 matches_num+1, maxlen, app_func);

Completed in 11 milliseconds