OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matches_num
(Results
1 - 1
of
1
) sorted by null
/external/libedit/src/
filecomplete.c
473
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 185 milliseconds