OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 29 12:09:47 GMT 2025