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

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dfilecomplete.c484 size_t matches_num, maxlen, match_len, match_display=1; local
522 matches_num = i - 1;
531 if (matches_num > query_items) {
534 matches_num);
545 * We have matches_num strings not counting
547 * add 1 to matches_num for the call.
550 matches_num+1, maxlen);
/macosx-10.10/libedit-40/src/
H A Dfilecomplete.c507 size_t matches_num, maxlen, match_len, match_display=1; local
548 matches_num = (size_t)(i - 1);
557 if (matches_num > query_items) {
560 matches_num);
571 * We have matches_num strings not counting
573 * add 1 to matches_num for the call.
576 matches_num+1, maxlen);
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dfilecomplete.c438 int matches_num, maxlen, match_len, match_display=1; local
479 matches_num = i - 1;
488 if (matches_num > query_items) {
491 matches_num);
499 fn_display_match_list(el, matches, matches_num,

Completed in 76 milliseconds